Commit 5830477e authored by Jannis Leidel's avatar Jannis Leidel
Browse files

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
parent b3d20916
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+4 −0
Original line number Diff line number Diff line
*.egg-info
*.pot
*.py[co]
docs/_build/

.hgignore

0 → 100644
+6 −0
Original line number Diff line number Diff line
syntax:glob

*.egg-info
*.pot
*.py[co]
docs/_build/