Build: Use a better filter on find

In case the _workspace directory exists, filter it out.
This commit is contained in:
Tim Hockin 2019-11-04 17:30:31 -08:00
parent b735a17163
commit a1ad4910dc

View File

@ -44,10 +44,10 @@ function kfind() {
\( \
-not \( \
\( \
-path ./vendor -o \
-path ./_\* -o \
-path ./.\* -o \
-path ./docs \
-path ./vendor -o \
-path ./Godeps \
\) -prune \
\) \
\) \