From 401fb51d19ad8751a006287ddfe24ac4967baba2 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Mon, 24 Aug 2015 16:32:39 -0700 Subject: [PATCH] Adding htmlcov/ directory to gitignore. This directory is HTML output generated by $ coverage html and can be used to find things such as branch misses in tests. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a779df8..8f699d2 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ docs/_build .coverage coverage.xml nosetests.xml +htmlcov/ # Files with private / local data scripts/local_test_setup