From f5efee36fd8aee5c20f3cb88199628f64ac75b83 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Mon, 22 Jun 2020 07:20:35 +0200 Subject: [PATCH] Ignore .eggs/ in gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b92806b..50b17c6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ build/ develop-eggs/ dist/ eggs/ +.eggs/ lib/ lib64/ parts/