oslo.messaging/.gitignore
ZhiQiang Fan 16f956d6f3 ignore .eggs directory
This directory contains eggs that were downloaded by setuptools
to build, test, and run plug-ins.

This directory caches those eggs to prevent repeated downloads.

We need to ignore it.

Change-Id: Idd164c7c8952c70487253e5691ba2da33345059a
2015-11-23 18:35:44 -07:00

17 lines
135 B
Plaintext

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