Update .gitignore to more broadly ignore vim

As per https://github.com/github/gitignore/blob/master/Global/Vim.gitignore

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
This commit is contained in:
Olliver Schinagl 2018-11-26 20:39:20 +01:00
parent 308be1b6fa
commit 6b95db8fc7
No known key found for this signature in database
GPG Key ID: B5F59D698AD07D57
1 changed files with 17 additions and 1 deletions

18
.gitignore vendored
View File

@ -1,5 +1,21 @@
# -vim
.*.swp
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
# Ignore generated manpages
docs/src/.marker