summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-07-01 10:41:23 -0400
committerTim Graham <timograham@gmail.com>2015-07-01 10:41:23 -0400
commit91a395fa807dda9a59ce9bfd17da90767b09e249 (patch)
tree02ba99b28f9102bab81d1d436fef3a65c4e695b8
parent664ad1252cfba8510b6cd173562de632b98b06d9 (diff)
[1.4.x] Backported .gitignore and .hgignore from master.
-rw-r--r--.gitignore7
-rw-r--r--.hgignore9
2 files changed, 15 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 105829ac74..504361b225 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,13 @@
*.egg-info
*.pot
*.py[co]
+__pycache__
+MANIFEST
+dist/
docs/_build/
+docs/locale/
+node_modules/
tests/coverage_html/
tests/.coverage
+build/
+tests/report/
diff --git a/.hgignore b/.hgignore
index 3dc253a3c1..8c900d573a 100644
--- a/.hgignore
+++ b/.hgignore
@@ -3,6 +3,13 @@ syntax:glob
*.egg-info
*.pot
*.py[co]
+__pycache__
+MANIFEST
+dist/
docs/_build/
+docs/locale/
+node_modules/
tests/coverage_html/
-tests/.coverage \ No newline at end of file
+tests/.coverage
+build/
+tests/report/