|
@@ -36,7 +36,8 @@ if ! type cmake-format 2> /dev/null ; then
|
|
fi
|
|
fi
|
|
|
|
|
|
find . -type d \( \
|
|
find . -type d \( \
|
|
- -path ./\*build -o \
|
|
|
|
|
|
+ -path ./\*build\* -o \
|
|
|
|
+ -path ./release -o \
|
|
-path ./deps/jansson -o \
|
|
-path ./deps/jansson -o \
|
|
-path ./plugins/decklink/\*/decklink-sdk -o \
|
|
-path ./plugins/decklink/\*/decklink-sdk -o \
|
|
-path ./plugins/enc-amf -o \
|
|
-path ./plugins/enc-amf -o \
|