oslo.messaging/.gitignore
Doug Hellmann 355d15aee3 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
2014-02-05 09:32:25 -08:00

16 lines
129 B
Plaintext

AUTHORS
ChangeLog
*~
*.swp
*.pyc
*.log
.tox
.coverage
*.egg-info/
*.egg
build/
doc/build/
doc/source/api/
dist/
.testrepository/