Ignore egg-info directory

After running tox, openstack.requirements.egg-info is created and
untracked by git.

Change-Id: I2b9311973116345bbb87a15480c12b9969cbb1ec
This commit is contained in:
ZhiQiang Fan 2014-01-23 00:16:18 +08:00
parent 57dd573043
commit bf3e502266

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.egg-info
*.pyc *.pyc
.*.swp .*.swp
*~ *~