blazar/.gitignore
Tetsuro Nakamura b0ed63db7d Fix empty sections in pdf document
The following sections were empty in the pdf document.

  3. Installation Guide
  4. Configuration Reference
  5. CLI Reference
  6. API Reference

This was because it is already referred in the second section.

  2. Admin Guide

This patch fixes the empty sections by moving the admin guide after
those sections.

Change-Id: I96d8b2fa9475c097e9eda6ecfc7ebb5a9f471567
Story: 2006073
Task: 34795
2019-09-26 15:30:56 +02:00

45 lines
404 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
sdist
develop-eggs
.installed.cfg
lib
lib64
# vim files
.*sw[op]
.*~
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
cover
# Translations
*.mo
AUTHORS
ChangeLog
.testrepository
# generated policy file
etc/blazar/policy.yaml.sample
# generated doc file
doc/source/_static/*