8148038e92
We have tox -e gendriverlist that outputs an RST-ish report of all drivers in the tree. This output can be used in the docs build to automatically publish the list of drivers to make it easier to find officially supported drivers. This effectively removes the existing drivers.html that was generated prior that did not actually contain any useful information. Change-Id: I8de78723af76aabcc976733ac4b248db0b8ca16f
40 lines
517 B
Plaintext
40 lines
517 B
Plaintext
*.DS_Store
|
|
*.log
|
|
*.mo
|
|
*.pyc
|
|
*.sqlite
|
|
/.*
|
|
!.coveragerc
|
|
!.gitignore
|
|
!.mailmap
|
|
!.testr.conf
|
|
.*.sw?
|
|
AUTHORS
|
|
Authors
|
|
build/*
|
|
build-stamp
|
|
CA/
|
|
ChangeLog
|
|
cinder.egg-info
|
|
cover/*
|
|
covhtml
|
|
dist/*
|
|
etc/cinder/cinder.conf.sample
|
|
instances
|
|
keeper
|
|
keys
|
|
local_settings.py
|
|
tools/lintstack.head.py
|
|
tools/pylint_exceptions
|
|
tags
|
|
# Files created by Sphinx build
|
|
doc/build
|
|
doc/source/_static/cinder.conf.sample
|
|
doc/source/drivers.rst
|
|
|
|
#Files created for API reference
|
|
api-ref/build
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|