.gitignore: Add *.pyc, because Python 2 doesn't use __pycache__.
This commit is contained in:
parent
c777b6950e
commit
d1a366fdd4
|
@ -32,6 +32,7 @@ tests/*.out
|
|||
# Python cache files
|
||||
######################
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Customized Makefile/project overrides
|
||||
######################
|
||||
|
|
Loading…
Reference in New Issue