mirror of
https://github.com/mnaberez/py65.git
synced 2025-08-09 04:24:59 +00:00
Ignore coverage files
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,9 +1,13 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
|
.coverage
|
||||||
.tox
|
.tox
|
||||||
*~
|
*~
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
*.swp
|
*.swp
|
||||||
|
coverage.xml
|
||||||
|
nosetests.xml
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
|
env*/
|
||||||
py65.egg-info/
|
py65.egg-info/
|
||||||
|
Reference in New Issue
Block a user