From 78974ed525a9aa6e6b78c59f3e84df3fdbfc6fa6 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Tue, 11 Jun 2013 22:37:59 +0200 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0ad4e34e23..e95542e3ec 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ MANIFEST dist/ docs/_build/ +docs/locale/ tests/coverage_html/ tests/.coverage