From b7dc443ea0b0fef7d618d68b3fd57c60e701ff8a Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Mon, 4 Jul 2016 12:50:13 +0100 Subject: [PATCH] Update .gitignore with .eggs path for setuptools Change-Id: Id8743f1e3ca3257ed392817a1c6e7a956abdb936 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 94bb9db..bafbf44 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ build/ develop-eggs/ dist/ eggs/ +.eggs/ lib64/ parts/ sdist/