From 48666092253f0aa29981c9658803b73cc7e4c726 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 28 May 2014 13:17:21 -0700 Subject: [PATCH] Ignore .egg directories When some of the tests are run, pbr is installed in the current directory leaving a pbr*.egg directory. We never want to check that into git, so ignore it. Change-Id: I6e8f6bc838e0afa77dd7dce351e603f0b5f8ea76 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 58341e91bc..cd40100b6a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ openstack_infra_config.egg-info/ /.pydevproject tools/invite2summit/settings.py tools/invite2summit/done* +*.egg