1763a2d893
Baseline changes to comply with Release Notes Management based in Reno [0]: * Use build-openstack-releasenotes job for release notes (We can't use the OpenStack releasenotes template as it includes publish jobs, stx needs its own) * Add newnote tox environment as convenience for creating new release notes, re-using the releasenotes venv. [0] https://docs.openstack.org/reno/latest/ Story: 2003101 Task: 26717 Change-Id: I03c426c9a493541a6b0be699bce59c69b3a6f3c3 Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
38 lines
417 B
Plaintext
38 lines
417 B
Plaintext
*.egg*
|
|
*.mo
|
|
*.pyc
|
|
*.sw?
|
|
*.sqlite3
|
|
*.lock
|
|
.environment_version
|
|
.selenium_log
|
|
.coverage*
|
|
.noseids
|
|
.DS_STORE
|
|
.DS_Store
|
|
/cover
|
|
coverage.xml
|
|
coverage-karma
|
|
nosetests.xml
|
|
pep8.txt
|
|
pylint.txt
|
|
# Files created by releasenotes build
|
|
.venv
|
|
.tox
|
|
node_modules
|
|
npm-debug.log
|
|
build
|
|
dist
|
|
AUTHORS
|
|
ChangeLog
|
|
tags
|
|
ghostdriver.log
|
|
.testrepository
|
|
.idea
|
|
|
|
# Sphinx documentation
|
|
doc/build
|
|
|
|
# Release Notes documentation
|
|
releasenotes/build
|