summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/