From 604e0b0d94e4b9541b36d86e829c523604650e11 Mon Sep 17 00:00:00 2001 From: krande Date: Wed, 27 Aug 2025 11:53:34 +0200 Subject: [PATCH] Update `.gitignore` in test directory to include `*.tmp` files --- test/input_temp/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/input_temp/.gitignore b/test/input_temp/.gitignore index bdc9933c2c..fc33106236 100644 --- a/test/input_temp/.gitignore +++ b/test/input_temp/.gitignore @@ -1 +1,2 @@ -*.glb \ No newline at end of file +*.glb +*.tmp \ No newline at end of file