From 6b30f28875ea51156669a6a2911eba7671d921a6 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 5 Dec 2022 14:58:06 +0100
Subject: [PATCH] tests/unit/.gitignore: ignore all unit + 4 digits files

---
 tests/unit/.gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/unit/.gitignore b/tests/unit/.gitignore
index d4fa007541..caf5a4d054 100644
--- a/tests/unit/.gitignore
+++ b/tests/unit/.gitignore
@@ -2,4 +2,4 @@
 #
 # SPDX-License-Identifier: curl
 
-/unit1[36][0-9][0-9]
+/unit[0-9][0-9][0-9][0-9]