From fa36c6a5f532c87eddf79afc47e13bb8821e86ee Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Mon, 8 Sep 2025 18:19:21 +0200 Subject: [PATCH] Add JPG test assets to .gitignore --- tests/core/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/core/.gitignore b/tests/core/.gitignore index 2a4e21679..40bf8bf19 100644 --- a/tests/core/.gitignore +++ b/tests/core/.gitignore @@ -1,4 +1,5 @@ *.bmp *.zip *.png +*.jpg math_big_test_library.* \ No newline at end of file