From 40e69a6e3b8ec2e3fd2f0dcb354a7112c5357c33 Mon Sep 17 00:00:00 2001 From: Drew Hubl Date: Thu, 1 Jun 2017 01:17:10 -0600 Subject: [PATCH] Ignore htmlcov directory from coverage HTML report --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 004a8d7..8aa07c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc .coverage +htmlcov/