From 6b95db8fc78a26cb0159be504bc05f3cd90afd00 Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Mon, 26 Nov 2018 20:39:20 +0100 Subject: [PATCH] Update .gitignore to more broadly ignore vim As per https://github.com/github/gitignore/blob/master/Global/Vim.gitignore Signed-off-by: Olliver Schinagl --- .gitignore | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0c664232..320d150d 100644 --- a/.gitignore +++ b/.gitignore @@ -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