[1.5.x] Added __pycache__ to gitignore

Backport of 55b9bff07f from master
This commit is contained in:
Tim Graham 2013-09-19 06:37:23 -04:00
parent 75c0aa43d3
commit 1ef9a296da
2 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,8 +1,9 @@
*.egg-info *.egg-info
*.pot *.pot
*.py[co] *.py[co]
__pycache__
MANIFEST MANIFEST
dist/ dist/
docs/_build/ docs/_build/
tests/coverage_html/ tests/coverage_html/
tests/.coverage tests/.coverage

View File

@ -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