From fd6c3a1d897918cbf7aed904515a52903e75babf Mon Sep 17 00:00:00 2001 From: swapnilmj <2190589+swapnilmj@users.noreply.github.com> Date: Mon, 18 Feb 2019 16:56:52 +0530 Subject: [PATCH] gitignore regexes for VIM --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..74076b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ + +# Created by https://www.gitignore.io/api/vim +# Edit at https://www.gitignore.io/?templates=vim + +### Vim ### +# 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~ + +# End of https://www.gitignore.io/api/vim