fixed .gitignore
This commit is contained in:
parent
484bb8a8a0
commit
0e62b02c92
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue