kolla-ansible/.gitignore
Surya Prakash Singh 7b36b042dd Cover environment for kolla-ansible
Enabled the cover environment for kolla-ansible in tox

Change-Id: Ic9f0dbc14ff9f4ef3d82bd06eb58fc145cb121d9
Closes-bug: #1655948
2017-01-16 11:02:20 +00:00

58 lines
770 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
etc/kolla/kolla-build.conf
.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