Changed .gitignore to ignore all .egg files, not just .egg-info files.

Change-Id: I6b0ca4813af65f6c76da5997121cb2c4d964005d
Reviewed-on: https://review.openstack.org/24346
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Anita Kuno 2013-03-13 13:46:36 -04:00 committed by Jenkins
parent 96a159da64
commit 1943be9abd
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -5,4 +5,4 @@ jeepyb/versioninfo
AUTHORS
ChangeLog
dist/*
*.egg-info
*.egg*