From af9a98bce46e94673644f2b15a745d1ac346e371 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 5 Aug 2014 17:35:49 +0300 Subject: [PATCH] ignore HTML coverage reports --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b97492c..ad270a6 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,5 @@ *.tar.gz build/ *.egg-info -/.coverage +.coverage +htmlcov