From 4b5d09f5dfffd3a73fb05ee0d84ab9ecbd74b97c 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 --- .gitignore | 2 +- test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3ee2488..d146fb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -example.txt +example* diff --git a/test.sh b/test.sh index 324a237..50cca39 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