50a46964a2
No migrations yet: this is simply the output of 'alembic init' with some minor tweaks. Change-Id: Ib9423c2f751d7ec0a0dec89bdc39f9b6ab043655 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
77 lines
964 B
Plaintext
77 lines
964 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
|
|
.stestr
|
|
.venv
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# PyCharm IDE
|
|
.idea/
|
|
|
|
# configuration sample generation
|
|
etc/masakari/masakari.conf.sample
|
|
etc/masakari/masakari-custom-recovery-methods.conf.sample
|
|
|
|
# policy sample generation
|
|
etc/masakari/policy.yaml.sample
|
|
|
|
# Files created by doc build
|
|
doc/source/_static/masakari.conf.sample
|
|
doc/source/_static/masakari-custom-recovery-methods.conf.sample
|
|
doc/source/_static/masakari.policy.yaml.sample
|
|
|
|
# Files created by alembic
|
|
/masakari.db
|