X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tools%2Fformat-cpp;h=364dafe17afc46304ae0c22c4057ce75a6261b90;hb=6bb5283aa0757004e0fce3ac7cd7674ec9cdc69b;hp=8094f13518990af8ce268630e85f2ca8cdc730f5;hpb=3e6740247afd3bf18fa282452f4b5c7fc03f065f;p=babeltrace.git diff --git a/tools/format-cpp b/tools/format-cpp index 8094f135..364dafe1 100755 --- a/tools/format-cpp +++ b/tools/format-cpp @@ -47,6 +47,8 @@ format_cpp() { ! -path '*/src/cpp-common/optional.hpp' \ ! -path '*/src/cpp-common/string_view.hpp' \ ! -path '*/src/cpp-common/nlohmann/json.hpp' \ + ! -path '*/src/plugins/ctf/common/metadata/parser.*' \ + ! -path '*/src/plugins/ctf/common/metadata/lexer.*' \ -print0 | xargs -P"$(nproc)" -n1 -t -0 "${formatter[@]}" }