Quellcode durchsuchen

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 vor 14 Jahren
Ursprung
Commit
5830477e46
2 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  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/