1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/.gitignore
Claude Paroz 78974ed525 Added docs subdir to gitignore
To be able to build translated documentation, docs/locale should
be a symbolic link to the django-docs-translations/translations
directory.
2013-06-11 22:39:53 +02:00

10 lines
104 B
Plaintext

*.egg-info
*.pot
*.py[co]
MANIFEST
dist/
docs/_build/
docs/locale/
tests/coverage_html/
tests/.coverage