Skip to content
Snippets Groups Projects
.gitignore 817 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.
Vu Cong Tuan's avatar
Vu Cong Tuan committed
.stestr/
AUTHORS
ChangeLog
doc/build

# Files generated by Vagrant
contrib/dev/vagrant/Vagrantfile.custom
contrib/dev/vagrant/vagrantkey
contrib/dev/vagrant/vagrantkey.pub
contrib/dev/vagrant/storage/
.vagrant/

# Files generated by JetBrains
.idea/
# File generated by Eclipse
.project
.pydevproject

# Files generated by Visual Studio Code
.vscode/

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