Updates .gitignore to ignore *.egg*

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
This commit is contained in:
Sushil Kumar 2013-12-09 16:00:32 +00:00
parent e725a9ae33
commit 3960411af0

2
.gitignore vendored
View File

@ -4,7 +4,7 @@
dist/*
build/*
html/*
python_troveclient.egg*
*.egg*
rdserver.txt
python-troveclient.iml
AUTHORS