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
This commit is contained in:
Tetsuro Nakamura 2018-10-16 00:11:34 +09:00
parent 2d974bac33
commit 5f2dc9aa2d
1 changed files with 3 additions and 7 deletions

10
.gitignore vendored
View File

@ -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