kayobe/.gitignore

33 lines
511 B
Plaintext
Raw Normal View History

2017-01-06 15:50:37 +00:00
# vim and emacs temp files
*~
[._]*.s[a-w][a-z]
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Files generated by Ansible
ansible/*.retry
# Others
.DS_Store
.vimrc
2017-02-14 09:34:37 +00:00
# Ansible Galaxy roles
ansible/roles/ahuffman.resolv/
ansible/roles/jriguera.configdrive/
ansible/roles/mrlesmithjr.manage-lvm/
2017-02-14 09:34:37 +00:00
ansible/roles/MichaelRigart.interfaces/
ansible/roles/resmo.ntp/
ansible/roles/yatesr.timezone/
# Virtualenv
2017-03-03 14:23:37 +00:00
ansible/kolla-venv/
# Tox
.tox/
# Python build artifacts
2017-03-03 14:23:37 +00:00
kayobe.egg-info/