diff options
| author | Tim Graham <timograham@gmail.com> | 2015-07-01 10:41:23 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-01 10:41:23 -0400 |
| commit | 91a395fa807dda9a59ce9bfd17da90767b09e249 (patch) | |
| tree | 02ba99b28f9102bab81d1d436fef3a65c4e695b8 | |
| parent | 664ad1252cfba8510b6cd173562de632b98b06d9 (diff) | |
[1.4.x] Backported .gitignore and .hgignore from master.
| -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/ |
