From f0b39975800881f9e68fbe0c67ce4eaf9a32def1 Mon Sep 17 00:00:00 2001 From: Bing Gong <b.gong@fz-juelich.de> Date: Fri, 19 Jun 2020 11:14:30 +0200 Subject: [PATCH] remove egg related info from gitignore --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 50eae4dc..027f7926 100644 --- a/.gitignore +++ b/.gitignore @@ -13,17 +13,17 @@ build/ develop-eggs/ dist/ downloads/ -eggs/ -.eggs/ +#eggs/ +#.eggs/ #lib/ #lib64/ parts/ sdist/ var/ wheels/ -*.egg-info/ +#*.egg-info/ .installed.cfg -*.egg +#*.egg # PyInstaller # Usually these files are written by a python script from a template -- GitLab