Commit 2baf6826 authored by Tim Graham's avatar Tim Graham
Browse files

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

parent 9bd3a232
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@ MANIFEST
dist/
docs/_build/
docs/locale/
node_modules/
tests/coverage_html/
tests/.coverage
build/
tests/report/
+6 −0
Original line number Diff line number Diff line
@@ -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/