From 83982cd6298a51e898c669e40f2830f6ae02c693 Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Thu, 30 Aug 2012 10:35:38 -0700 Subject: [PATCH] Add *.egg-info to .gitignore * Cleans up git status when using 'setup.py develop' Change-Id: I270a0e7d299ff96485f7d501a0fb39a311785b5d --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9355e87d91..89962f0cb1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ include/swift_objects/swift_medium include/swift_objects/swift_large *.log *.swp +*.egg-info