12a7f8e455
This is the first commit for add murano api-ref. Partially-Implements: blueprint murano-api-ref Change-Id: I943e01f5ab8721e0452d900e5e24540cbdeb9fa2
56 lines
749 B
Plaintext
56 lines
749 B
Plaintext
#swap file
|
|
*.swp
|
|
|
|
#IntelJ Idea
|
|
.idea/
|
|
|
|
#virtualenv
|
|
.venv/
|
|
|
|
#Build results
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*.egg
|
|
eggs/
|
|
.eggs/
|
|
develop-eggs/
|
|
.tox
|
|
AUTHORS
|
|
ChangeLog
|
|
.testrepository
|
|
.coverage
|
|
cover
|
|
api-ref/build/
|
|
|
|
#Python
|
|
*.pyc
|
|
|
|
#Translation build
|
|
*.mo
|
|
|
|
#SQLite Database files
|
|
*.sqlite
|
|
|
|
#Autogenerated Documentation
|
|
doc/source/api
|
|
|
|
#Config file for functional tests
|
|
murano/tests/functional/engine/config.conf
|
|
|
|
#Autogenerated sample config file
|
|
etc/murano/murano.conf.sample
|
|
etc/murano/murano-cfapi.conf.sample
|
|
|
|
#User Config file for Murano
|
|
etc/murano/murano.conf
|
|
etc/murano/murano-cfapi.conf
|
|
etc/murano/logging.conf
|
|
|
|
# pylint autogenerated support files
|
|
tools/lintstack.head.py
|
|
tools/pylint_exceptions
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|