1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-01 18:41:32 +00:00

Ignore coverage files

This commit is contained in:
Mike Naberezny 2014-03-16 12:22:19 -07:00
parent 8f126be04a
commit 95066d11e8

4
.gitignore vendored
View File

@ -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/