test.sh: ignore all example* files
This commit is contained in:
parent
73b16b4b0f
commit
4b5d09f5df
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1 @@
|
||||||
example.txt
|
example*
|
||||||
|
|
2
test.sh
2
test.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue