From c795730fd958e366d5b24f5e16abf2754bccb74a Mon Sep 17 00:00:00 2001 From: Anita Kuno Date: Thu, 8 May 2014 14:50:47 -0400 Subject: [PATCH] Expand the .gitignore file to ignore .egg files We don't need the .egg files in the repo, let's ignore them. Change-Id: I90bdd44d72a0a5957c48e47e6f9a21486fdd1524 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0d20b64..e6e04af 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.pyc +*.egg*