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
This commit is contained in:
Doug Hellmann 2014-05-28 13:17:21 -07:00
parent 1bf0887622
commit 4866609225
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ openstack_infra_config.egg-info/
/.pydevproject
tools/invite2summit/settings.py
tools/invite2summit/done*
*.egg