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:
parent
1bf0887622
commit
4866609225
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ openstack_infra_config.egg-info/
|
||||
/.pydevproject
|
||||
tools/invite2summit/settings.py
|
||||
tools/invite2summit/done*
|
||||
*.egg
|
||||
|
Loading…
Reference in New Issue
Block a user