From d9ba50a36826e7942232b7f0e6e3b4770b0e4fad Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 27 Mar 2014 11:57:42 -0700 Subject: [PATCH] Add nova.conf.sample to gitignore Now that we aren't storing this in tree and are recommending people generate it locally add nova.conf.sample to .gitignore. Change-Id: I0727c7552fead5a201116f9c2c6510fec3b92cd6 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6c51de4db0..64fd4031e4 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ covhtml dist/* doc/source/api/* doc/build/* +etc/nova/nova.conf.sample instances keeper keys