559c440cd8
Please get more information here[1][2] for understanding well about reno. [1]: http://lists.openstack.org/pipermail/openstack-dev/2015-November/078301.html [2]: http://docs.openstack.org/developer/reno/design.html Change-Id: Iaba8cb4fd2de069debf75ba28977380b6a4cc09c
54 lines
536 B
Plaintext
54 lines
536 B
Plaintext
*.py[cod]
|
|
*.sqlite
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
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/*
|
|
.testrepository/
|
|
subunit.log
|
|
.mistral.conf
|
|
ChangeLog
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.idea
|
|
.DS_Store
|
|
etc/*.conf
|
|
tools/lintstack.head.py
|
|
tools/pylint_exceptions
|
|
|
|
#Linux swap file
|
|
*.swp
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|