commit | 83982cd6298a51e898c669e40f2830f6ae02c693 | [log] [tgz] |
---|---|---|
author | Maru Newby <mnewby@internap.com> | Thu Aug 30 10:35:38 2012 -0700 |
committer | Maru Newby <mnewby@internap.com> | Thu Aug 30 10:36:33 2012 -0700 |
tree | b936c3d03d9ffc906b852969a1d6f3f513fd187d | |
parent | c660795316fa5a16d972641e6b19853c24726528 [diff] [blame] |
Add *.egg-info to .gitignore * Cleans up git status when using 'setup.py develop' Change-Id: I270a0e7d299ff96485f7d501a0fb39a311785b5d
diff --git a/.gitignore b/.gitignore index 9355e87..89962f0 100644 --- a/.gitignore +++ b/.gitignore
@@ -8,3 +8,4 @@ include/swift_objects/swift_large *.log *.swp +*.egg-info