[1.4.x] Backported .gitignore and .hgignore from master.
This commit is contained in:
parent
664ad1252c
commit
91a395fa80
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,6 +1,13 @@
|
|||||||
*.egg-info
|
*.egg-info
|
||||||
*.pot
|
*.pot
|
||||||
*.py[co]
|
*.py[co]
|
||||||
|
__pycache__
|
||||||
|
MANIFEST
|
||||||
|
dist/
|
||||||
docs/_build/
|
docs/_build/
|
||||||
|
docs/locale/
|
||||||
|
node_modules/
|
||||||
tests/coverage_html/
|
tests/coverage_html/
|
||||||
tests/.coverage
|
tests/.coverage
|
||||||
|
build/
|
||||||
|
tests/report/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user