Skip to content
Snippets Groups Projects
.gitignore 770 B
Newer Older
Martin André's avatar
Martin André committed
# vim and emacs temp files
*~
[._]*.s[a-w][a-z]

# Any disk images
Martin André's avatar
Martin André committed
.tox/
.buildconf
# Files generated by setup.py
*.egg-info
# 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/
# File generated by Eclipse
.project
.pydevproject

Steven Dake's avatar
Steven Dake committed
# Files created by reno build
releasenotes/build

Jeffrey Zhang's avatar
Jeffrey Zhang committed
# Files generated by Ansible
ansible/*.retry
# Others
.DS_Store