[1.4.x] Backported .gitignore and .hgignore from master.

This commit is contained in:
Tim Graham 2015-07-01 10:41:23 -04:00
parent 664ad1252c
commit 91a395fa80
2 changed files with 15 additions and 1 deletions

7
.gitignore vendored
View File

@ -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/

View File

@ -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
tests/.coverage
build/
tests/report/