From 013259b1eaac87e2a2a54258c315b8cd4474f573 Mon Sep 17 00:00:00 2001 From: Tanvir Date: Tue, 10 Sep 2024 23:28:34 +0600 Subject: [PATCH] gitignore: add toptal vim template --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.gitignore b/.gitignore index 3ba51c0..4e78514 100644 --- a/.gitignore +++ b/.gitignore @@ -120,3 +120,30 @@ flycheck_*.el # End of https://www.toptal.com/developers/gitignore/api/emacs + +# Created by https://www.toptal.com/developers/gitignore/api/vim +# Edit at https://www.toptal.com/developers/gitignore?templates=vim + +### 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/vim +