1
0
mirror of https://github.com/github/gitignore synced 2024-11-23 04:04:21 +01:00

Merge pull request #200 from reinout/master

One addition to python's unittest/coverage ignores: nosetests.xml
This commit is contained in:
Paul Betts 2012-03-19 11:45:04 -07:00
commit 9b6f0cb8c6

View File

@ -19,6 +19,7 @@ pip-log.txt
# Unit test / coverage reports # Unit test / coverage reports
.coverage .coverage
.tox .tox
nosetests.xml
#Translations #Translations
*.mo *.mo