Add *.egg-info into .gitignore file

After repo split, the egg info changed from kolla.egg-info into
kolla_ansible.egg-info.

Change-Id: I68166156e60e1c34596185792eb66543793c8672
This commit is contained in:
Jeffrey Zhang 2016-12-06 12:30:52 +08:00
parent 7b598e8ada
commit fa17913ebf
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -10,7 +10,7 @@
.buildconf
# Files generated by setup.py
kolla.egg-info
*.egg-info
build
.eggs