Merge "Add *.egg* to .gitignore"

This commit is contained in:
Jenkins 2012-07-05 17:27:50 +00:00 committed by Gerrit Code Review
commit 1eb27c3324
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*