From 6bebe77e6583fce31a22ba56e972d874d84e7170 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 19 Jul 2013 22:52:01 +0200 Subject: [PATCH] gitignore /*.egg When installing the project I ended up with the following eggs in my working copy: d2to1-0.2.10-py2.7.egg/ pbr-0.5.18-py2.7.egg setuptools_git-1.0-py2.7.egg Change-Id: Ie7a1be8631d22ab73d12ad4739355888db01d19a --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5d1dac97..0a6191a6 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ storyboard.db AUTHORS ChangeLog *.egg-info +/*.egg .testrepository