From 9cc1af50044ece2d8dc851924dc6e9f007c04db9 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Tue, 1 Dec 2015 14:07:47 +1300 Subject: [PATCH] Ignore more build temp dirs .eggs is where setuptools easy-install hides things these days. *.egg is where it used to place it. Change-Id: If8cd7e435805fce180124c8a70b1a8992f3532e5 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b86eaf1efb..950c3bf1de 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ AUTHORS ChangeLog dist +.eggs +*.egg