ironic-ui/.gitignore
Julia Kreger b8ce8be233 Add python api docs to contributor docs
In addition to adding that configuration,
a portion of the documentation conf.py file
needed to be updated from the horizon panel
cookiecutter repository.

Change-Id: I39b1d8718b1de51093a10f50dd04a5ff1d75dd46
2017-07-18 13:47:42 +00:00

68 lines
624 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
cover
.eggs
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.testrepository
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
doc/contributor/api/*
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
.secret_key_store
*.lock
# Node generated files
package/
node_modules/
npm-debug.log
# release notes build
releasenotes/build