Commit 91a395fa authored by Tim Graham's avatar Tim Graham
Browse files

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

parent 664ad125
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
*.egg-info
*.pot
*.py[co]
__pycache__
MANIFEST
dist/
docs/_build/
docs/locale/
node_modules/
tests/coverage_html/
tests/.coverage
build/
tests/report/
+8 −1
Original line number Diff line number Diff line
@@ -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
build/
tests/report/