From b1bf34bdd2be0beae291327644843b35b7bfe641 Mon Sep 17 00:00:00 2001 From: arthur Date: Wed, 25 May 2016 22:29:31 +0200 Subject: [PATCH 1/2] Delete .egs --- .eggs/README.txt | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .eggs/README.txt diff --git a/.eggs/README.txt b/.eggs/README.txt deleted file mode 100644 index 5d01668..0000000 --- a/.eggs/README.txt +++ /dev/null @@ -1,6 +0,0 @@ -This directory contains eggs that were downloaded by setuptools to build, test, and run plug-ins. - -This directory caches those eggs to prevent repeated downloads. - -However, it is safe to delete this directory. - From 36e8889f84ac4969f6a262b9e395f3fad270c278 Mon Sep 17 00:00:00 2001 From: arthur Date: Wed, 25 May 2016 22:30:48 +0200 Subject: [PATCH 2/2] Add .eggs in .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 70be80d..ba1eaf9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.py[co] # Packages +.eggs/ *.egg *.egg-info dist