From bfbb9277bc034a3d1fb496c2d16053302cd83904 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 17 Jun 2015 00:56:40 +0000 Subject: [PATCH] Ignore .eggs cruft Looks like possibly new setuptools has started leaving a .eggs directory in the workspace. Add it to .gitignore with extreme prejudice. Change-Id: If53d9a2f03c8064265a6915a116983fb34de5f9a --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8446bf1..e17b175 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ git_review.egg-info MANIFEST AUTHORS ChangeLog +.eggs .gerrit .testrepository .tox