Fixed #14680 -- Added ignore files for Mercurial and Git.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2010-12-21 17:52:17 +00:00
parent b3d2091681
commit 5830477e46
2 changed files with 10 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*.egg-info
*.pot
*.py[co]
docs/_build/

6
.hgignore Normal file
View File

@ -0,0 +1,6 @@
syntax:glob
*.egg-info
*.pot
*.py[co]
docs/_build/