From d1cc364e04eab31d93eec881fdfd15f071d2586e Mon Sep 17 00:00:00 2001 From: Motohiro OTSUKA Date: Fri, 12 Sep 2014 15:56:40 +0900 Subject: [PATCH] Modify gitignore to ignore cover Prevent generated coverage report files from being imported. Change-Id: I9b69c91c95e5dbaac8c52cdc461dd89abd0f4d1c --- .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