placement/.gitignore
Tetsuro Nakamura 5f2dc9aa2d 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
2018-10-16 00:14:36 +09:00

51 lines
669 B
Plaintext

*.DS_Store
*.egg*
*.log
*.mo
*.pyc
*.swo
*.swp
*.sqlite
*~
.autogenerated
.coverage
.nova-venv
.project
.pydevproject
.ropeproject
.stestr/
.testrepository/
.tox
.idea
.venv
AUTHORS
Authors
build-stamp
tags
build/*
CA/
ChangeLog
coverage.xml
cover/*
covhtml/*
dist/*
doc/source/api/*
doc/build/*
api-guide/build/*
api-ref/build/*
placement-api-ref/build/*
etc/placement/placement.conf.sample
etc/placement/policy.yaml.sample
etc/placement/policy.yaml.merged
instances
keeper
keys
local_settings.py
MANIFEST
nosetests.xml
doc/source/_static/placement.conf.sample
doc/source/_static/placement.policy.yaml.sample
# Files created by releasenotes build
releasenotes/build