52fb24a51e
- added --version option. - added support for printing help if no options given, or if 'help' was used (i.e. 'openstack-auto-commands help') openstack-manuals was also added to .gitignore so that running the 'doc-tools-update-cli-reference' script will not affect the os_doc_tools repo if the tool is run within the repo. Change-Id: I4c5ac6e7f207cd953040ce7b40cf1a5f13acf709
44 lines
589 B
Plaintext
44 lines
589 B
Plaintext
.DS_Store
|
|
.venv
|
|
|
|
# Packages
|
|
*.py[cod]
|
|
*.egg
|
|
/.eggs
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
sdist
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.bak
|
|
|
|
# Autohelp
|
|
autogenerate_config_docs/venv
|
|
autogenerate_config_docs/sources
|
|
autogenerate_config_docs/*-conf-changes-*.xml
|
|
|
|
# sitemap
|
|
sitemap/sitemap_docs.openstack.org.xml
|
|
|
|
# build and test environment
|
|
build_environment/.vagrant/
|
|
build_environment/repositories/
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# repo pulled down by doc-tools-update-cli-reference
|
|
openstack-manuals
|