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
|
src/**/a.out
|
||||||
build/lib.*
|
build/lib.*
|
||||||
build/temp.*
|
build/temp.*
|
||||||
|
bin
|
||||||
dist
|
dist
|
||||||
*.egg-info
|
*.egg-info
|
||||||
docs/_*/*
|
docs/_*/*
|
||||||
|
@ -19,6 +20,8 @@ docs/autodoc/
|
||||||
build
|
build
|
||||||
pyan/
|
pyan/
|
||||||
**.coverage
|
**.coverage
|
||||||
|
coverage.xml
|
||||||
**htmlcov*
|
**htmlcov*
|
||||||
**coverage.json
|
**coverage.json
|
||||||
|
.buildozer
|
||||||
|
.tox
|
||||||
|
|
Reference in New Issue
Block a user