From c3b3078097f42d4878cc84b0b1d52088b5e3a8f5 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 6 Sep 2019 05:30:22 +0000 Subject: [PATCH] Fix .gitignore. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f7636fc..28ccc08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # Python *.pyc -*.eggs -*.egg-info +/*.egg-info +/.eggs # coverage /.coverage -- 2.30.2