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.
This commit is contained in:
Claude Paroz 2013-06-11 22:37:59 +02:00
parent 64041f0e6e
commit 78974ed525
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,5 +4,6 @@
MANIFEST
dist/
docs/_build/
docs/locale/
tests/coverage_html/
tests/.coverage