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:
parent
2d974bac33
commit
5f2dc9aa2d
10
.gitignore
vendored
10
.gitignore
vendored
@ -35,19 +35,15 @@ api-guide/build/*
|
|||||||
api-ref/build/*
|
api-ref/build/*
|
||||||
placement-api-ref/build/*
|
placement-api-ref/build/*
|
||||||
etc/placement/placement.conf.sample
|
etc/placement/placement.conf.sample
|
||||||
etc/nova/policy.yaml.sample
|
etc/placement/policy.yaml.sample
|
||||||
etc/nova/policy.yaml.merged
|
etc/placement/policy.yaml.merged
|
||||||
instances
|
instances
|
||||||
keeper
|
keeper
|
||||||
keys
|
keys
|
||||||
local_settings.py
|
local_settings.py
|
||||||
MANIFEST
|
MANIFEST
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
nova/tests/cover/*
|
doc/source/_static/placement.conf.sample
|
||||||
nova/vcsversion.py
|
|
||||||
tools/conf/nova.conf*
|
|
||||||
doc/source/_static/nova.conf.sample
|
|
||||||
doc/source/_static/nova.policy.yaml.sample
|
|
||||||
doc/source/_static/placement.policy.yaml.sample
|
doc/source/_static/placement.policy.yaml.sample
|
||||||
|
|
||||||
# Files created by releasenotes build
|
# Files created by releasenotes build
|
||||||
|
Loading…
Reference in New Issue
Block a user