From 89c5f6bb50eea1b9c16320f8023b20c540a02317 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 33af165..cfc1817 100755 --- a/test.sh +++ b/test.sh @@ -37,7 +37,7 @@ for n in $(seq 1 25); do echo -n "$solution... " case "${solution##*/}" in - example.txt) + example*) echo SKIP continue esac