diff options
author | Lucretiel <Lucretiel@users.noreply.github.com> | 2015-03-06 01:06:58 -0500 |
---|---|---|
committer | Lucretiel <Lucretiel@users.noreply.github.com> | 2015-03-06 01:06:58 -0500 |
commit | 9f80691efd0ec84e6e6303b44e06de39e9e9eb85 (patch) | |
tree | 94cdfa79e42eaa1df4cec2fe7c133024fc091ee0 | |
parent | 4a9d41f8947b9fe5850914abb7e59a59e1ae2cb6 (diff) | |
download | gitignore-9f80691efd0ec84e6e6303b44e06de39e9e9eb85.tar.gz gitignore-9f80691efd0ec84e6e6303b44e06de39e9e9eb85.zip |
Added coverage annotation files
Coverage creates annotation files by appending ",cover" (with a comma, not a period) to the filename.
-rw-r--r-- | Python.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |