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:
parent
84298bd041
commit
355d15aee3
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,7 +6,8 @@ ChangeLog
|
|||||||
*.log
|
*.log
|
||||||
.tox
|
.tox
|
||||||
.coverage
|
.coverage
|
||||||
oslo.messaging.egg-info/
|
*.egg-info/
|
||||||
|
*.egg
|
||||||
build/
|
build/
|
||||||
doc/build/
|
doc/build/
|
||||||
doc/source/api/
|
doc/source/api/
|
||||||
|
Loading…
Reference in New Issue
Block a user