kolla/.gitignore

40 lines
549 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
# 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
# Files generated by Vagrant
dev/vagrant/Vagrantfile.custom
dev/vagrant/vagrantkey
dev/vagrant/vagrantkey.pub
dev/vagrant/storage/
.vagrant/
# Files generated by JetBrains
.idea/