From 17bfc3ced5a68168e36fd5b25b9a3c92b06976cb Mon Sep 17 00:00:00 2001 From: Piotr Stankiewicz Date: Fri, 8 Jul 2022 10:28:08 +0200 Subject: [PATCH] Add VIM temporary file globs to .gitignore Signed-off-by: Piotr Stankiewicz --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.gitignore b/.gitignore index 4804788731..e4021b0b23 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,24 @@ bin/ dist/ /.vscode/ + +## 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~