gitignore: Ignore .bin files and __pycache__ #120
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,5 @@
|
|||||||
target/
|
target/
|
||||||
result
|
result
|
||||||
|
*.bin
|
||||||
esavkin marked this conversation as resolved
Outdated
|
|||||||
|
|
||||||
|
__pycache__/
|
||||||
|
Loading…
Reference in New Issue
Block a user
maybe,
*.bin
?