Add *.egg* to .gitignore

Change-Id: Id2adc763a1a84acf0323bc711616d62d5e310d75
This commit is contained in:
Brian Waldon 2012-07-05 09:33:03 -07:00
parent 9c37ef6dc3
commit 483ec33fec
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -9,7 +9,6 @@ instances
keys
build/*
build-stamp
nova.egg-info
.nova-venv
.venv
.tox
@ -26,3 +25,4 @@ nova/vcsversion.py
dist/*
.coverage
covhtml
*.egg*