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