Skip to content

Commit

Permalink
[1.6.x] Added __pycache__ to gitignore
Browse files Browse the repository at this point in the history
Backport of 55b9bff from master
  • Loading branch information
timgraham committed Sep 19, 2013
1 parent 886e876 commit 538fdd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
*.egg-info
*.pot
*.py[co]
__pycache__
MANIFEST
dist/
docs/_build/
Expand Down
3 changes: 2 additions & 1 deletion .hgignore
Expand Up @@ -3,6 +3,7 @@ syntax:glob
*.egg-info
*.pot
*.py[co]
__pycache__
docs/_build/
tests/coverage_html/
tests/.coverage
tests/.coverage

0 comments on commit 538fdd2

Please sign in to comment.