summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-09-19 06:37:23 -0400
committerTim Graham <timograham@gmail.com>2013-09-19 06:37:23 -0400
commit55b9bff07f6e2eca7c909d1804dc64553e866622 (patch)
tree6a595b11ad36bf898458dabf4532079101052fdc /.hgignore
parente23de9e350d716c4d9ebe0b27c9f2752fe1aa543 (diff)
downloaddjango-55b9bff07f6e2eca7c909d1804dc64553e866622.tar.gz
Added __pycache__ to gitignore
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 3dc253a3c1..fc6cc0d138 100644
--- a/.hgignore
+++ b/.hgignore
@@ -3,6 +3,7 @@ syntax:glob
*.egg-info
*.pot
*.py[co]
+__pycache__
docs/_build/
tests/coverage_html/
-tests/.coverage \ No newline at end of file
+tests/.coverage