Ver código fonte

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
Jannis Leidel 14 anos atrás
pai
commit
5830477e46
2 arquivos alterados com 10 adições e 0 exclusões
  1. 4 0
      .gitignore
  2. 6 0
      .hgignore

+ 4 - 0
.gitignore

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

+ 6 - 0
.hgignore

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