From 56933b1bf87efb1bed4f8fdf6e345f524114b1b6 Mon Sep 17 00:00:00 2001 From: Younggun Kim Date: Wed, 20 Dec 2023 16:00:03 +0900 Subject: [PATCH] Update Python.gitignore rectify a mistake that renames a valid record `,cover` and remove a duplicate line for the same purpose. thx @greyltc ref. https://github.com/github/gitignore/pull/2379 --- Python.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..ecf6097a 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -45,8 +45,7 @@ htmlcov/ .cache nosetests.xml coverage.xml -*.cover -*.py,cover +*,cover .hypothesis/ .pytest_cache/ cover/