test.sh: ignore all example* files

This commit is contained in:
Xiretza 2020-12-13 18:15:17 +01:00
parent 0f3334d99f
commit 29a768fdf8
2 changed files with 2 additions and 2 deletions

2
2020/.gitignore vendored
View file

@ -1 +1 @@
example.txt example*

View file

@ -34,7 +34,7 @@ for day in day*; do
echo -n "$solution... " echo -n "$solution... "
case "${solution##*/}" in case "${solution##*/}" in
example.txt|.*) example*|.*)
echo SKIP echo SKIP
continue continue
esac esac