c6a0ff2ac0
We're going to have to switch to something other than a list of strings or use Sphinx-style inline documentation if we want to provide anything more useful. Change-Id: I45c29fe2bdd3fdcb3c69e07f5e9e5be36de9b797 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
17 lines
209 B
Plaintext
17 lines
209 B
Plaintext
*.egg*
|
|
build/
|
|
*.pyc
|
|
*.swp
|
|
.venv
|
|
.stestr/
|
|
.tox
|
|
|
|
# pbr-generated stuff
|
|
/AUTHORS
|
|
/ChangeLog
|
|
/RELEASENOTES.rst
|
|
/releasenotes/notes/reno.cache
|
|
|
|
# dynamically generated documentation
|
|
doc/source/reference/traits.rst
|