From 72e9faaea6c5c5d7b5f2b426c9e50ca2a98b6c37 Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Fri, 16 May 2014 17:09:07 +0800 Subject: [PATCH] Ignore the generated file ceilometer.conf.sample Since we have removed the ceilometer.conf.sample file and added tox -e genconfig to generate it, we should no longer track it. Change-Id: I66a03eb2672941ba5115bf0adb9fb0c944f68e4d Closes-Bug: #1320150 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 559d1b2de..8a91c1613 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ doc/source/api/tests.*.rst doc/source/api/autoindex.rst doc/source/sourcecode *.mo +etc/ceilometer/ceilometer.conf.sample