From 81e18767ba106b80ed8b3ae7fc0513bb80a2eb86 Mon Sep 17 00:00:00 2001 From: Kevin James Lausen Date: Mon, 6 Jun 2022 09:24:08 -0400 Subject: [PATCH] modified the gitignore to ignore stuff w/ the ~. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 55a4278..30e0710 100644 --- a/.gitignore +++ b/.gitignore @@ -39,5 +39,7 @@ luac.out *.x86_64 *.hex +*~ -plugin/packer_compiled.lua \ No newline at end of file + +plugin/packer_compiled.lua