1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/.hgignore
2014-04-26 15:39:55 +02:00

14 lines
136 B
Plaintext

syntax:glob
*.egg-info
*.pot
*.py[co]
__pycache__
MANIFEST
dist/
docs/_build/
docs/locale/
tests/coverage_html/
tests/.coverage
build/