mirror of
https://github.com/django/django.git
synced 2025-04-14 12:24:36 +00:00
[1.5.x] Added __pycache__ to gitignore
Backport of 55b9bff07f from master
This commit is contained in:
parent
75c0aa43d3
commit
1ef9a296da
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,8 +1,9 @@
|
||||
*.egg-info
|
||||
*.pot
|
||||
*.py[co]
|
||||
__pycache__
|
||||
MANIFEST
|
||||
dist/
|
||||
docs/_build/
|
||||
tests/coverage_html/
|
||||
tests/.coverage
|
||||
tests/.coverage
|
||||
|
Loading…
x
Reference in New Issue
Block a user