Reasons: - pbr-*.egg* is created during tox testing - To ignore any package being generated in future Changes: - *.egg* is added in .gitignore - python_troveclient.egg* is removed as *.egg* takes care of this too. Change-Id: Ib66bdca8d8d632e88e22cc533d7591613b87123b Closes-Bug: #1259221
12 lines
112 B
Plaintext
12 lines
112 B
Plaintext
*.pyc
|
|
.testrepository
|
|
.tox/*
|
|
dist/*
|
|
build/*
|
|
html/*
|
|
*.egg*
|
|
rdserver.txt
|
|
python-troveclient.iml
|
|
AUTHORS
|
|
ChangeLog
|