From b77fd1690fc2dfd36e1f23423b9811aae16a1654 Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Fri, 16 May 2014 19:06:50 +0800 Subject: [PATCH] Ignore etc/nova/nova.conf.sample Since we have already remove this sample file, and provided a way to generate it, it should be no longer tracked. Change-Id: I786812d039d96044ff5040d09f5472051966f74f Closes-Bug: #1320150 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6c51de4db009..403c20afef07 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ nova/vcsversion.py tools/conf/nova.conf* tools/lintstack.head.py tools/pylint_exceptions +etc/nova/nova.conf.sample