26 lines
416 B
Plaintext
26 lines
416 B
Plaintext
# 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
|
|
|
|
# Ansible Galaxy roles
|
|
ansible/roles/ahuffman.resolv/
|
|
ansible/roles/jriguera.configdrive/
|
|
ansible/roles/MichaelRigart.interfaces/
|
|
ansible/roles/resmo.ntp/
|
|
ansible/roles/yatesr.timezone/
|
|
|
|
# Virtualenv
|
|
ansible/kolla-venv
|