The scripts would fail if these directories were present.
@@ -36,7 +36,8 @@ if ! type cmake-format 2> /dev/null ; then
fi
find . -type d \( \
- -path ./\*build -o \
+ -path ./\*build\* -o \
+ -path ./release -o \
-path ./deps/jansson -o \
-path ./plugins/decklink/\*/decklink-sdk -o \
-path ./plugins/enc-amf -o \
@@ -42,7 +42,8 @@ else
-path ./cmake -o \