From 58ee2af43c91f723aad472944a854324cc488770 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 16 Feb 2014 23:25:17 +0100 Subject: [PATCH] Add coverage.py to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a295864..95530ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *.pyc __pycache__ +htmlcov +.coverage