sushy/.gitignore
Julia Kreger 5d08828530 Rework sushy documentation for doc migration
Also, edited docstrings in one of the source code files
as they were generating errors for sphinx with autodoc
which was not previously enabled.

Depends-On: Ie380d2a38e9ca62b8f8f4e2ed1c40f5d717348ee
Change-Id: I77ef3dee7ae4d94e40fa01f80937ae7aa06c8204
2017-07-19 17:43:41 +00:00

60 lines
566 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg*
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
cover/
.coverage*
!.coveragerc
.tox
nosetests.xml
.testrepository
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
doc/source/reference/api
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
# Files created by releasenotes build
releasenotes/build