From 48308400f708c6f1db2ad52f870cd03bdb98b4ac Mon Sep 17 00:00:00 2001 From: Pierre Maurice Schwang Date: Tue, 26 Sep 2023 21:52:25 +0200 Subject: [PATCH] chore: exclude minor versions >= 10 by default (no need for < 10) --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fe311b678..b2bc4a8dd 100644 --- a/.gitignore +++ b/.gitignore @@ -138,6 +138,5 @@ build/ .DS_Store # Ignore run folders -run-[0-9].[0-9]/ -run-[0-9].[0-9].[0-9]/ +run-[0-9].[0-9][0-9]/ run-[0-9].[0-9][0-9].[0-9]/