From 8d8b46604d8e5411922e14b20c4e2b73758616a8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 11 Aug 2015 20:18:24 +0200 Subject: Fix htmlcov path in .gitignore. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2fa6fb2b9..a237d558d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,7 @@ __pycache__ /qutebrowser/html/doc/ /.venv /.coverage -/.htmlcov +/htmlcov /.coverage.xml /.tox /testresults.html -- cgit v1.2.3-54-g00ecf