Update .gitignore by the stuff created by tox and buildozer
This commit is contained in:
parent
c723ace718
commit
d08b07dd67
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -12,6 +12,7 @@ src/**/*.so
|
|||
src/**/a.out
|
||||
build/lib.*
|
||||
build/temp.*
|
||||
bin
|
||||
dist
|
||||
*.egg-info
|
||||
docs/_*/*
|
||||
|
@ -19,6 +20,8 @@ docs/autodoc/
|
|||
build
|
||||
pyan/
|
||||
**.coverage
|
||||
coverage.xml
|
||||
**htmlcov*
|
||||
**coverage.json
|
||||
|
||||
.buildozer
|
||||
.tox
|
||||
|
|
Reference in New Issue
Block a user