From 3e00d905c3d0128a0f7737d77ce6b27f37048d21 Mon Sep 17 00:00:00 2001 From: Reinout van Rees Date: Fri, 9 Sep 2011 12:32:11 +0200 Subject: [PATCH] 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. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) 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