Skip to content

Commit

Permalink
.gitignore: Add *.pyc, because Python 2 doesn't use __pycache__.
Browse files Browse the repository at this point in the history
  • Loading branch information
blazewicz authored and dpgeorge committed Aug 29, 2016
1 parent c777b69 commit d1a366f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ tests/*.out
# Python cache files
######################
__pycache__/
*.pyc

# Customized Makefile/project overrides
######################
Expand Down

0 comments on commit d1a366f

Please sign in to comment.