summaryrefslogtreecommitdiff
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:38:01 -0400
commit1ef9a296da7cb131bde1949821dae0ff9b33c024 (patch)
treed0c77555ed1446e16a0202539fc33ee7b7c6642d
parent75c0aa43d33d1a6e1aad306ea144226843b1edab (diff)
[1.5.x] Added __pycache__ to gitignore
Backport of 55b9bff07f from master
-rw-r--r--.gitignore3
-rw-r--r--.hgignore3
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 2d028c7287..b01f79a49c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,9 @@
*.egg-info
*.pot
*.py[co]
+__pycache__
MANIFEST
dist/
docs/_build/
tests/coverage_html/
-tests/.coverage \ No newline at end of file
+tests/.coverage
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