1b2439f6a9
An initial patch to add reno and create a base directory for release notes Change-Id: Ia50bac31eb431144889c79ed21a1bc1a8f94624e
53 lines
669 B
Plaintext
53 lines
669 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
|
|
|
|
#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
|
|
|
|
#User Config file for Murano
|
|
etc/murano/murano.conf
|
|
etc/murano/logging.conf
|
|
|
|
# pylint autogenerated support files
|
|
tools/lintstack.head.py
|
|
tools/pylint_exceptions
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|