From abac7ef29155dc752ca0204bcac241deb8ba0b18 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 14 Oct 2023 16:31:29 +0100 Subject: [PATCH] fix: ignore tmp files as well --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b759041..0d38c4e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ # Microsoft office Lockfiles ~$* *.tmp +tmp # Test files test.*