From 4963b8c9be8f03bb5d5e59a65e69784155558050 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Wed, 18 Feb 2026 10:30:43 -0500 Subject: [PATCH] Readme, LICENSE and ignore done. --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b15a805 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# ---> 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~ + +backup +*.exe +*.dll +*.gz +config.json