From: Reinout van Rees Date: Fri, 9 Sep 2011 10:32:11 +0000 (+0200) Subject: Added nosetests.xml to the python unittest ignores. X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F200%2Fhead;p=gitignore.git Added nosetests.xml to the python unittest ignores. nosetests.xml is created by the 'nose' test runner when you want xml output, for instance for integration with jenkins. --- diff --git a/Python.gitignore b/Python.gitignore index f24cd995..a6cc625e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -19,6 +19,7 @@ pip-log.txt # Unit test / coverage reports .coverage .tox +nosetests.xml #Translations *.mo