From 01c3a3a3f712d49a56c58cfbb57b1698b1b26b6a Mon Sep 17 00:00:00 2001 From: Motohiro OTSUKA Date: Fri, 26 Sep 2014 14:42:02 +0900 Subject: [PATCH] Modify gitignore to ignore cover Prevent generated coverage report files from being imported. Change-Id: I3eff8afa14ec8f09e086d0357b84788acf9d5a59 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1399c98..ed88334 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ pip-log.txt # Unit test / coverage reports .coverage +cover .tox nosetests.xml .testrepository @@ -48,4 +49,4 @@ ChangeLog # Editors *~ -.*.swp \ No newline at end of file +.*.swp