Add .gitignore
This commit is contained in:
parent
74dc27ae31
commit
9e4655f0fd
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
# 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
|
||||
|
||||
# Ignore auto-generated group variables file.
|
||||
etc/kayobe/inventory/group_vars/seed/ansible-host
|
Loading…
Reference in New Issue
Block a user