d28f4cd97c
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
42 lines
647 B
Plaintext
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
|