1298374998
This ensures that the options from the oslo.db library are picked up by oslo-config-generator. Also, update .gitignore so that the sample config file is ignored by git. Change-Id: I6ab051fd1c8034d9697b1caab9c1fda64a3275c3
62 lines
705 B
Plaintext
62 lines
705 B
Plaintext
vagrant/
|
|
*.pyc
|
|
trove_test.sqlite
|
|
.venv
|
|
run_tests.log
|
|
guest-agent-files.txt
|
|
trove.egg*
|
|
.eggs/
|
|
trove/vcsversion.py
|
|
*py*.egg
|
|
.coverage
|
|
coverage.xml
|
|
cover/
|
|
dist/
|
|
host-syslog.log
|
|
tags
|
|
.tox
|
|
trovetest.log
|
|
trove/versioninfo
|
|
AUTHORS
|
|
ChangeLog
|
|
trove.iml
|
|
.testrepository
|
|
.pid
|
|
.stestr/
|
|
|
|
# Files generated by JetBrains
|
|
.idea/
|
|
|
|
# Files generated by Visual Studio Code
|
|
.vscode/
|
|
|
|
# Files generated by setup.py
|
|
*.egg-info
|
|
build
|
|
.eggs
|
|
|
|
# Sphinx
|
|
doc/build/*
|
|
doc/source/api/*
|
|
install-guide/build/
|
|
|
|
# Docs
|
|
.DS_Store
|
|
api-ref/build/
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Generated files
|
|
target/
|
|
publish-docs/
|
|
/build-*.log.gz
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.bak
|
|
|
|
# Config sample and policy sample
|
|
etc/trove/*.sample
|