From 91fe8a925bbdd0438e92ce599ec57bc79a1d3387 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Wed, 4 Jul 2018 12:39:20 +0000 Subject: [PATCH] Ignore .eggs dir as well Change-Id: I1e2b1229edb8272333340b29cc1897a36ed324d5 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f143a3f657..3fca82f27d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *.pyc *.sw? -*.egg/ +*.egg*/ vendor .ksl-venv .venv