From 287f76158adca5b7fe8ab9d204ce8e041750714a Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 26 May 2017 13:00:11 +0200 Subject: [docs] update gitignore for the coverage html folder --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dc8af53..b1f001d 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,7 @@ PKG-INFO pip-log.txt # Unit test / coverage reports -docs/cov_html/ +doc/cov_html/ .coverage .tox .cache -- cgit v1.2.3