From 70e691acd3090adef3f96a69472904ba3e8cb625 Mon Sep 17 00:00:00 2001 From: Thomas Binsfeld Date: Mon, 8 Oct 2018 12:02:05 +0200 Subject: [PATCH] [REF] Gitignore: ignore *.eggs --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 890ff01..7f2d438 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ var/ *.egg-info/ .installed.cfg *.egg +*.eggs # Installer logs pip-log.txt