1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.6.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 886e876c72
commit 538fdd2ae4
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ syntax:glob
*.egg-info
*.pot
*.py[co]
__pycache__
docs/_build/
tests/coverage_html/
tests/.coverage
tests/.coverage