From 6537c58168ffd34a988e79e9acf7769c614bbaf4 Mon Sep 17 00:00:00 2001 From: Max Drexler <mndrexler@wisc.edu> Date: Wed, 3 Jul 2024 17:30:10 +0000 Subject: [PATCH] add vim files to .gitignore --- .gitignore | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cac9794..a0885e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,27 @@ # Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,python,virtualenv # Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,python,virtualenv +### 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~ + ### Python ### # Byte-compiled / optimized / DLL files __pycache__/ @@ -199,4 +220,4 @@ pip-selfcheck.json .history .ionide -# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,python,virtualenv \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,python,virtualenv -- GitLab