Ignore all egg type artifacts

An .eggs/ directory was being created when running
tox -r -e jshint, we should be ignoring egg artifacts
so be more aggressive in what's ignored for eggs.

The old horizon.egg-info entry is covered by the new
ignore entry.

Change-Id: I54de1f603c1c9867fd3ca3e676b5a3fe36d2ab3e
This commit is contained in:
Matt Riedemann 2015-05-26 12:23:01 -07:00 committed by Richard Jones
parent 46ca8a7095
commit 276cdd8060
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.egg*
*.mo
*.pyc
*.sw?
@ -13,7 +14,6 @@ nosetests.xml
pep8.txt
pylint.txt
reports
horizon.egg-info
openstack_dashboard/local/local_settings.py
openstack_dashboard/local/local_settings.diff
openstack_dashboard/local/.secret_key_store