From 87b5312bd5548061b42f5932f33c1a3ad62b11f8 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Thu, 18 Aug 2016 17:27:20 +0200 Subject: [PATCH] ignore all coverage temp files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5a2c2a277..e942ea940 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ MANIFEST *.swp *.swo *.egg-info/ -.coverage +.coverage* .idea .cache/ .tox*/