keystone/.gitignore
Lance Bragstad d28f4cd97c Cleanup policy generation
This commit only adds the sample policy file to the projects
.gitignore file in the interest of keeping environments cleaner.
This also adds the genpolicy tox environment to the tox environment
list to be consistent with how we maintain other tox environments.

Change-Id: Idf538c97f5f7383d8d6e5c18c985d9715033926b
2017-05-02 15:08:41 +00:00

42 lines
647 B
Plaintext

*.pyc
*.sw?
*.egg/
vendor
.ksl-venv
.venv
.update-venv/
.tox
keystone.egg-info/
*.log
.coverage
api-ref/build
coverage.xml
cover/*
covhtml
pep8.txt
nosetests.xml
doc/build
.DS_Store
doc/source/api
doc/source/modules.rst
ChangeLog
AUTHORS
build/
dist/
etc/keystone.conf
etc/logging.conf
etc/keystone/
keystone/tests/tmp/
.project
.pydevproject
keystone/locale/*/LC_MESSAGES/*.mo
.testrepository/
*.db
# Files created by releasenotes build
releasenotes/build
# sample config included in docs
doc/source/_static/keystone.conf.sample
# sample policy file included in docs
doc/source/_static/keystone.policy.yaml.sample
etc/keystone.policy.yaml.sample