test.sh: ignore all example* files
This commit is contained in:
parent
bd9c5aa25c
commit
89c5f6bb50
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
|
@ -37,7 +37,7 @@ for n in $(seq 1 25); do
|
|||
echo -n "$solution... "
|
||||
|
||||
case "${solution##*/}" in
|
||||
example.txt)
|
||||
example*)
|
||||
echo SKIP
|
||||
continue
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue