Skip to content

Commit

Permalink
Merge pull request #51 from zimeon/extra-ignores
Browse files Browse the repository at this point in the history
Extra ignores for pyc and egg-info
  • Loading branch information
azaroth42 committed Sep 6, 2017
2 parents c5b5945 + 518ecbd commit 47ada7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -2,7 +2,9 @@
.c
.coverage
*.egg
*.egg-info
.eggs
build
__pycache__
htmlcov
htmlcov
*.pyc

0 comments on commit 47ada7b

Please sign in to comment.