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