kolla-ansible/.gitignore
Michal Rostecki 21372339e7 gitignore: Update path to vagrant environment dir
TrivialFix

Change-Id: I8da660eca6fc2c43ba38fa4fb3b453aa959401e0
2017-12-19 13:26:55 +01:00

57 lines
775 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
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 created by reno build
releasenotes/build
# Files generated by Ansible
ansible/*.retry
# Others
.DS_Store
.vimrc