Skip to content

Commit d08b07d

Browse files
author
Lee Miller
committed
Update .gitignore by the stuff created by tox and buildozer
1 parent c723ace commit d08b07d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ src/**/*.so
1212
src/**/a.out
1313
build/lib.*
1414
build/temp.*
15+
bin
1516
dist
1617
*.egg-info
1718
docs/_*/*
1819
docs/autodoc/
1920
build
2021
pyan/
2122
**.coverage
23+
coverage.xml
2224
**htmlcov*
2325
**coverage.json
24-
26+
.buildozer
27+
.tox

0 commit comments

Comments
 (0)