pull/1857/merge
Matt Butcher 9 years ago committed by GitHub
commit 464c85b8f6

@ -17,10 +17,9 @@ set -euo pipefail
IFS=$'\n\t'
find_files() {
find . -not \( \
find ./_proto ./cmd ./pkg ./scripts ./rootfs ./docs -not \( \
\( \
-wholename './vendor' \
-o -wholename './pkg/proto' \
-wholename './pkg/proto' \
-o -wholename '*testdata*' \
\) -prune \
\) \

Loading…
Cancel
Save