ignore sample config file generated by tox -egenconfig

After running tox -egenconfig, heat generates the sample configuration
file etc/heat/heat.conf.sample, however devs needs to delete it manually
to do futher work, otherwise it is always marked as untracked by git.

We should add it into .gitignore because it is an automatically generated
file by us

Change-Id: I7328dc385228dd620eca1d266dd411ea98e5d216
This commit is contained in:
ZhiQiang Fan 2015-07-02 23:20:16 -07:00
parent e2ee659ed2
commit c3fbd967c7
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@ cover
.project
.pydevproject
doc/source/api/
etc/heat/heat.conf.sample