571eb23c79
When reno 3.x runs under setuptools, it scans all of the branches it can find, including any that look like they're closed and have an -eol tag. This patch is a copy of one similar in cinder repo: https://review.opendev.org/707495 Change-Id: I50a50f75a1e70ccc183f598099f0e2f0fff8985a
50 lines
1021 B
Plaintext
50 lines
1021 B
Plaintext
*.egg*
|
|
*.mo
|
|
*.pot
|
|
*.pyc
|
|
*.sw?
|
|
*.sqlite3
|
|
*.lock
|
|
.environment_version
|
|
.selenium_log
|
|
.coverage*
|
|
.DS_STORE
|
|
.DS_Store
|
|
/cover
|
|
coverage.xml
|
|
coverage-karma
|
|
pep8.txt
|
|
pylint.txt
|
|
# Files created by releasenotes build
|
|
RELEASENOTES.rst
|
|
releasenotes/build
|
|
releasenotes/notes/reno.cache
|
|
reports
|
|
|
|
openstack_dashboard/local/*
|
|
!openstack_dashboard/local/local_settings.py.example
|
|
!openstack_dashboard/local/enabled/_50__settings.py.example
|
|
!openstack_dashboard/local/local_settings.d
|
|
openstack_dashboard/local/local_settings.d/*
|
|
!openstack_dashboard/local/local_settings.d/*.example
|
|
openstack_dashboard/test/.secret_key_store
|
|
openstack_dashboard/test/integration_tests/horizon.conf.sample
|
|
openstack_dashboard/test/integration_tests/local-horizon.conf
|
|
openstack_dashboard/test/integration_tests/test_reports/
|
|
openstack_dashboard/wsgi/horizon.wsgi
|
|
openstack_dashboard/horizon_wsgi.py
|
|
doc/build/
|
|
/static/
|
|
integration_tests_screenshots/
|
|
.tox
|
|
node_modules
|
|
npm-debug.log
|
|
build
|
|
dist
|
|
AUTHORS
|
|
ChangeLog
|
|
tags
|
|
ghostdriver.log
|
|
.idea
|
|
package-lock.json
|