Exclude ci/semver_bash/; don't want to diverge from upstream

This commit is contained in:
Michael Vines 2018-08-17 15:00:32 -07:00
parent 78872ffb4b
commit 6880c2bef0
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ cd "$(dirname "$0")/.."
set -x
find . -name "*.sh" \
-not -regex ".*/ci/semver_bash/.*" \
-not -regex ".*/.cargo/.*" \
-not -regex ".*/node_modules/.*" \
-not -regex ".*/target/.*" \