add gitignore for ansible and vim

This commit is contained in:
rick 2023-01-21 20:14:44 +01:00
parent 9538ca2f0f
commit 18f4a8725d
Signed by: Rick
GPG key ID: 4A6223D66294EB20

28
.gitignore vendored Normal file
View file

@ -0,0 +1,28 @@
# Created by https://www.toptal.com/developers/gitignore/api/ansible,vim
# Edit at https://www.toptal.com/developers/gitignore?templates=ansible,vim
### Ansible ###
*.retry
### Vim ###
# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
Sessionx.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
# End of https://www.toptal.com/developers/gitignore/api/ansible,vim