From c70ea47fbef794612c55aa2ffc90c380b752b382 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 21 Oct 2018 19:02:39 -0500 Subject: [PATCH] .coverage is a file --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9076ccc..544a3a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ __pycache__/ .pytest_cache/ .cache/ -.coverage/ +.coverage .tox/ build/ devel/ -- 2.34.1