3e8b3bb3ad
Sometimes user wants to specify it's own logging config. But now it should be excluded from commit all the time. Change-Id: I323375c7b8e49658fd96a001bd6b8a3dfd675031
50 lines
611 B
Plaintext
50 lines
611 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
|