.gitignore: Add *.pyc, because Python 2 doesn't use __pycache__.

pull/2373/head
Krzysztof Blazewicz 2016-08-27 10:15:00 +02:00 zatwierdzone przez Damien George
rodzic c777b6950e
commit d1a366fdd4
1 zmienionych plików z 1 dodań i 0 usunięć

1
.gitignore vendored
Wyświetl plik

@ -32,6 +32,7 @@ tests/*.out
# Python cache files # Python cache files
###################### ######################
__pycache__/ __pycache__/
*.pyc
# Customized Makefile/project overrides # Customized Makefile/project overrides
###################### ######################