From bc8040f10c33fe9cf7d7a999b04e368f5ccf3a2f Mon Sep 17 00:00:00 2001 From: micbou Date: Thu, 27 Oct 2016 22:48:17 +0200 Subject: [PATCH] Ignore cover folder --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f7c3ffa2..a21d0fb8 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,7 @@ pip-log.txt # Unit test / coverage reports .coverage -python/cover/ +cover/ .tox nosetests.xml .noseids