Build: Don't find into _name dirs

This is a no-op now that _examples is renamed.
This commit is contained in:
Tim Hockin 2021-01-20 12:30:44 -08:00
parent 876c9f0d8c
commit 33ad2fe019

View File

@ -44,9 +44,9 @@ function kfind() {
\( \
-not \( \
\( \
-path ./_\* -o \
-path ./.\* -o \
-path ./vendor \
-name '_*' -o \
-name '.[^.]*' -o \
-path './vendor' \
\) -prune \
\) \
\) \