From 29a768fdf82d973b407a3f2535362099f0c50fe1 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Sun, 13 Dec 2020 18:15:17 +0100 Subject: [PATCH] test.sh: ignore all example* files --- 2020/.gitignore | 2 +- test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2020/.gitignore b/2020/.gitignore index 3ee2488..d146fb3 100644 --- a/2020/.gitignore +++ b/2020/.gitignore @@ -1 +1 @@ -example.txt +example* diff --git a/test.sh b/test.sh index f33b495..cee2cc2 100755 --- a/test.sh +++ b/test.sh @@ -34,7 +34,7 @@ for day in day*; do echo -n "$solution... " case "${solution##*/}" in - example.txt|.*) + example*|.*) echo SKIP continue esac