Skip to content

Commit d1a366f

Browse files
blazewiczdpgeorge
authored andcommitted
.gitignore: Add *.pyc, because Python 2 doesn't use __pycache__.
1 parent c777b69 commit d1a366f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ tests/*.out
3232
# Python cache files
3333
######################
3434
__pycache__/
35+
*.pyc
3536

3637
# Customized Makefile/project overrides
3738
######################

0 commit comments

Comments
 (0)