kolla-ansible/.gitignore
Jeffrey Zhang fa17913ebf Add *.egg-info into .gitignore file
After repo split, the egg info changed from kolla.egg-info into
kolla_ansible.egg-info.

Change-Id: I68166156e60e1c34596185792eb66543793c8672
2016-12-06 12:30:52 +08:00

52 lines
701 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
# Files generated by Vagrant
dev/vagrant/Vagrantfile.custom
dev/vagrant/vagrantkey
dev/vagrant/vagrantkey.pub
dev/vagrant/storage/
.vagrant/
# Files generated by JetBrains
.idea/
# Files created by reno build
releasenotes/build
# Files generated by Ansible
ansible/*.retry
# Others
.DS_Store
.vimrc