From 00053f35e574bf3a8936ceb6daf291de5a236ce4 Mon Sep 17 00:00:00 2001 From: Charles Merriam Date: Thu, 29 Jan 2015 10:58:06 -0800 Subject: [PATCH] .gitignore should ignore htmlcov directory The ./htmlcov directory is generated by 'make cover' and holds coverage statistics. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ee2c66c1e..7ec56e6a7 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ python python.exe .idea dist +htmlcov MANIFEST