Ignore any egg and egg-info directories

Running the tests installs pbr in a way that leaves a .egg directory in
the source tree, so update the ignore file to ignore it.

Change-Id: I7d702c9511992efc518195def0967bc0191d93a9
This commit is contained in:
Doug Hellmann 2014-02-05 09:30:42 -08:00
parent 84298bd041
commit 355d15aee3
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -6,7 +6,8 @@ ChangeLog
*.log
.tox
.coverage
oslo.messaging.egg-info/
*.egg-info/
*.egg
build/
doc/build/
doc/source/api/