summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorZhiQiang Fan <aji.zqfan@gmail.com>2015-07-02 23:20:16 -0700
committerZhiQiang Fan <aji.zqfan@gmail.com>2015-07-02 23:27:07 -0700
commitc3fbd967c73530ba801ab035906996ad7d3e19df (patch)
treea7b6b5c25041f9f149d13aa986130fc834c7c0a3 /.gitignore
parente2ee659ed209046f321ead77cfee0c5d71299978 (diff)
downloadheat-c3fbd967c73530ba801ab035906996ad7d3e19df.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b3044b5b3..7c00b6a00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ cover
.project
.pydevproject
doc/source/api/
+etc/heat/heat.conf.sample