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

This commit is contained in:
Tim Graham 2015-07-01 10:32:24 -04:00
parent 9bd3a2325e
commit 2baf6826c9
2 changed files with 8 additions and 0 deletions

2
.gitignore vendored
View File

@ -6,6 +6,8 @@ MANIFEST
dist/
docs/_build/
docs/locale/
node_modules/
tests/coverage_html/
tests/.coverage
build/
tests/report/

View File

@ -4,6 +4,12 @@ syntax:glob
*.pot
*.py[co]
__pycache__
MANIFEST
dist/
docs/_build/
docs/locale/
node_modules/
tests/coverage_html/
tests/.coverage
build/
tests/report/