openstack-doc-tools/.gitignore
Vu Cong Tuan 500911422f Switch to stestr
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: Ibbad6f4e63efbef4e2e144f3ba4218ce6579371a
2018-07-11 13:10:05 +07:00

42 lines
515 B
Plaintext

.DS_Store
.venv
# Packages
*.py[cod]
*.egg
/.eggs
*.egg-info
dist
build
eggs
sdist
# Unit test / coverage reports
.cache
.coverage
.tox
.stestr/
# 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
# Files created by releasenotes build
releasenotes/build
# repo pulled down by doc-tools-update-cli-reference
openstack-manuals