From 0f3bb1e7cd29d63b5735f5c452b37789c9b2e641 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 30 Sep 2013 11:10:44 -0400 Subject: [PATCH] Ignore .noseids files wherever they appear. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 939488bffe..e92d49a0f2 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ conf/locale/en/LC_MESSAGES/*.po ### Testing artifacts .testids/ +.noseids nosetests.xml .coverage coverage.xml