From dc44d62921e1699e81917f1712b69f7daf87bee2 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Wed, 29 Apr 2015 09:56:49 -0500 Subject: [PATCH] Ignore cover directory When the coverage report is generated, it's put into the cover directory. This should be ignored by git so it's not accidentally checked in. Change-Id: I2569b73ab5da1f7b3bb895507b5bbb02b83d6ccb --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6431fc16..bd6a3658 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ pip-log.txt .tox nosetests.xml .testrepository +cover # Translations *.mo