fe4c4a4a39
Kolla-Ansible repo will never generate etc/kolla/kolla-build.conf Change-Id: I49eff2d3394a9e7c527614b2e5003117ff7a7d73
57 lines
743 B
Plaintext
57 lines
743 B
Plaintext
# vim and emacs temp files
|
|
*~
|
|
[._]*.s[a-w][a-z]
|
|
|
|
# Any disk images
|
|
*.qcow2
|
|
*.img
|
|
|
|
.tox/
|
|
.buildconf
|
|
|
|
# Files generated by setup.py
|
|
*.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
|
|
.coverage
|
|
cover/
|
|
|
|
# Files generated by Vagrant
|
|
dev/vagrant/Vagrantfile.custom
|
|
dev/vagrant/vagrantkey
|
|
dev/vagrant/vagrantkey.pub
|
|
dev/vagrant/storage/
|
|
.vagrant/
|
|
|
|
# Files generated by JetBrains
|
|
.idea/
|
|
|
|
# File generated by Eclipse
|
|
.project
|
|
.pydevproject
|
|
|
|
# Files created by reno build
|
|
releasenotes/build
|
|
|
|
# Files generated by Ansible
|
|
ansible/*.retry
|
|
|
|
# Others
|
|
.DS_Store
|
|
.vimrc
|