From c3fbd967c73530ba801ab035906996ad7d3e19df Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Thu, 2 Jul 2015 23:20:16 -0700 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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