From 9f80691efd0ec84e6e6303b44e06de39e9e9eb85 Mon Sep 17 00:00:00 2001 From: Lucretiel Date: Fri, 6 Mar 2015 01:06:58 -0500 Subject: [PATCH] Added coverage annotation files Coverage creates annotation files by appending ",cover" (with a comma, not a period) to the filename. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 10d47bd3..54bf4f5f 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -41,6 +41,7 @@ htmlcov/ .cache nosetests.xml coverage.xml +,cover # Translations *.mo