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