From 8a293151ae1939e84ff93b98c96954fa490aff25 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 28 Jan 2017 18:18:56 +0100 Subject: Ignore .coverage --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0d20b64..004a8d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.pyc +.coverage -- cgit v1.2.3