gitignore: ignore python .pyc files
This commit is contained in:
parent
7be35fe7f0
commit
7fa4330797
|
@ -1,4 +1,4 @@
|
||||||
target/
|
target/
|
||||||
result
|
result
|
||||||
|
*.pyc
|
||||||
*.jdebug*
|
*.jdebug*
|
||||||
|
|
Loading…
Reference in New Issue