fixed .gitignore

This commit is contained in:
William Ball 2020-07-17 22:37:25 -07:00
parent 484bb8a8a0
commit 0e62b02c92

2
.gitignore vendored
View file

@ -2,5 +2,5 @@ python/__pycache__
rust/*/Cargo.lock rust/*/Cargo.lock
rust/*/target/* rust/*/target/*
cpp/a.out cpp/a.out
java/*.class java/*/*.class
scheme/*.so scheme/*.so