summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-12-21 17:52:17 +0000
committerJannis Leidel <jannis@leidel.info>2010-12-21 17:52:17 +0000
commit5830477e467482edcdee7e9e65feed8c98dd0bc2 (patch)
treea0e6cbef10926a0f183d0f9a9cfd10ed749a55f2 /.hgignore
parentb3d2091681d31bf2a6f8c4a1f9f1fb32393864c8 (diff)
downloaddjango-5830477e467482edcdee7e9e65feed8c98dd0bc2.tar.gz
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
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000000..765a29d091
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,6 @@
+syntax:glob
+
+*.egg-info
+*.pot
+*.py[co]
+docs/_build/