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
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,7 @@
*.egg-info *.egg-info
*.pot *.pot
*.py[co] *.py[co]
__pycache__
MANIFEST MANIFEST
dist/ dist/
docs/_build/ docs/_build/
Expand Down
3 changes: 2 additions & 1 deletion .hgignore
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ syntax:glob
*.egg-info *.egg-info
*.pot *.pot
*.py[co] *.py[co]
__pycache__
docs/_build/ docs/_build/
tests/coverage_html/ tests/coverage_html/
tests/.coverage tests/.coverage

0 comments on commit 538fdd2

Please sign in to comment.