Update the gitingore file

Update the gitingore file to ingore eggs/ .eggs/ develop-eggs/ and
etc/murano/murano.conf

Change-Id: I346f0324c2d4ca813f26a451eaa240e2cddcf5f8
This commit is contained in:
zhu.rong 2015-08-06 11:01:37 +08:00
parent b578e46be6
commit 101e0771f8
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -9,6 +9,9 @@ build/
dist/
*.egg-info/
*.egg
eggs/
.eggs/
develop-eggs/
.tox
AUTHORS
ChangeLog
@ -34,6 +37,9 @@ murano/tests/functional/engine/config.conf
#Autogenerated sample config file
etc/murano/murano.conf.sample
#User Config file for Murano
etc/murano/murano.conf
# pylint autogenerated support files
tools/lintstack.head.py
tools/pylint_exceptions