From 70aff987a5812b620c48cd12f11d55eb483d6157 Mon Sep 17 00:00:00 2001 From: Leedehai <18319900+Leedehai@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:05:02 -0500 Subject: [PATCH] Ignore *.pdf for typ files in tests (#2881) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e3ba6a570..c17c6399c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ tests/png tests/pdf tests/svg tests/target +tests/typ/**/*.pdf tests/fuzz/target tests/fuzz/corpus tests/fuzz/artifacts