diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-06-11 22:37:59 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-06-11 22:39:53 +0200 |
| commit | 78974ed525a9aa6e6b78c59f3e84df3fdbfc6fa6 (patch) | |
| tree | 3d6271c34687bc3de11150f7fbe72f2f513017ac /.gitignore | |
| parent | 64041f0e6e7a773574d7cde978d16305200004ea (diff) | |
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.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
