diff options
| -rw-r--r-- | .gitignore | 7 | ||||
| -rw-r--r-- | .hgignore | 9 |
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/ @@ -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/ |
