a8abfae0f5
Updated the default Docker configuration so it works with the default sqlite condfiguration. Also updated the README file. Updated .gitignore and .dockerignore to ignore .coverage.* files Change-Id: I698f8d0c97e2c5dc202af714470b6e055c74eea2
63 lines
685 B
Plaintext
63 lines
685 B
Plaintext
*.py[cod]
|
|
*.sqlite
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg*
|
|
dist
|
|
build
|
|
.venv
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
cover/*
|
|
.coverage.*
|
|
.testrepository/
|
|
.stestr/
|
|
subunit.log
|
|
.mistral.conf
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.idea
|
|
.DS_Store
|
|
etc/*.conf
|
|
etc/mistral.conf.sample
|
|
|
|
#Linux swap files range from .saa to .swp
|
|
*.s[a-w][a-p]
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Files created by doc build
|
|
doc/build/
|
|
doc/source/api
|
|
doc/source/_static/
|
|
|
|
# Files created by API build
|
|
api-ref/build/
|