heat/.gitignore
ZhiQiang Fan c3fbd967c7 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
2015-07-02 23:27:07 -07:00

24 lines
245 B
Plaintext

*.pyc
*.swp
*~
build
dist
*.egg-info
tags
*.log
heat-test.db
heat.sqlite
.venv
AUTHORS
ChangeLog
templates/cloudformation-examples
.tox
.coverage
.coverage.*
cover
.testrepository
.project
.pydevproject
doc/source/api/
etc/heat/heat.conf.sample