From 1f69dbfe0b15baa89db92b17ce30cf3abe65e47a Mon Sep 17 00:00:00 2001 From: Watson Wheeler Date: Thu, 2 Jul 2026 19:39:49 +1000 Subject: git(ignore): Ignore swap files and other temporary editor files merge conflicts suck --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1c1bf71..06dcbf6 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,8 @@ compile_commands.json # Vim leftovers *.swp 1 + +# Other weird things +*.swp +*.tar.gz +1 -- cgit v1.2.3