From 5f2dc9aa2d93c67b9ac0d1ea2435fc84c6cd2f19 Mon Sep 17 00:00:00 2001 From: Tetsuro Nakamura Date: Tue, 16 Oct 2018 00:11:34 +0900 Subject: [PATCH] Clean up .gitignore file When you create the placement document locally with `tox -e docs`, some of the files are created under the `doc/source/_static` directory and are tracked by git because the .gitignore file is not set appropriately. This patch fixes it cleaning up old nova configurations in the .gitignore file. Change-Id: I1ecae90c9ba1cccdcd4befec3513ba2fdacb4cea --- .gitignore | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index cb462a853..5585e99ad 100644 --- a/.gitignore +++ b/.gitignore @@ -35,19 +35,15 @@ api-guide/build/* api-ref/build/* placement-api-ref/build/* etc/placement/placement.conf.sample -etc/nova/policy.yaml.sample -etc/nova/policy.yaml.merged +etc/placement/policy.yaml.sample +etc/placement/policy.yaml.merged instances keeper keys local_settings.py MANIFEST nosetests.xml -nova/tests/cover/* -nova/vcsversion.py -tools/conf/nova.conf* -doc/source/_static/nova.conf.sample -doc/source/_static/nova.policy.yaml.sample +doc/source/_static/placement.conf.sample doc/source/_static/placement.policy.yaml.sample # Files created by releasenotes build