801ef2e843
For proper release note generation on the releases.openstack.org website, this change will need to be backported into mitaka and liberty as well. Then a special one-file reno file will have to be added for mitaka describing the features and the same story for liberty. See log of the discussion here: http://eavesdrop.openstack.org/irclogs/%23openstack-release/%23openstack-release.2016-03-23.log.html#t2016-03-23T18:00:05 Change-Id: I3c298ae08ec4645f384ea5829cb0851fe82f4557 Partially-Implements: blueprint add-reno
48 lines
652 B
Plaintext
48 lines
652 B
Plaintext
# vim and emacs temp files
|
|
*~
|
|
[._]*.s[a-w][a-z]
|
|
|
|
# Any disk images
|
|
*.qcow2
|
|
*.img
|
|
|
|
.tox/
|
|
.buildconf
|
|
|
|
# Files generated by setup.py
|
|
kolla.egg-info
|
|
build
|
|
.eggs
|
|
|
|
# Files generated by tools/genenv
|
|
openrc
|
|
openstack.env
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# the files generated from tox command.
|
|
.testrepository/
|
|
AUTHORS
|
|
ChangeLog
|
|
doc/build
|
|
etc/kolla/kolla-build.conf
|
|
|
|
# Files generated by Vagrant
|
|
dev/vagrant/Vagrantfile.custom
|
|
dev/vagrant/vagrantkey
|
|
dev/vagrant/vagrantkey.pub
|
|
dev/vagrant/storage/
|
|
.vagrant/
|
|
|
|
# Files generated by JetBrains
|
|
.idea/
|
|
|
|
# Files created by reno build
|
|
releasenotes/build
|
|
|
|
# Others
|
|
.DS_Store
|