tools/format-cpp.sh: ignore `.git` directory
[babeltrace.git] / tools / format-cpp.sh
index be9ef74c41a260a7e8dd36ec95d21ea2e9732f3c..c0a9583a163cce8c513379938485a5e542407dc8 100755 (executable)
@@ -44,6 +44,7 @@ format_cpp() {
        # We want an absolute starting directory because find(1) excludes
        # files in specific subdirectories.
        find "$(realpath "$root_dir")" \( -name '*.cpp' -o -name '*.hpp' \) \
+               ! -path '*/.git/*' \
                ! -path '*/src/cpp-common/vendor/*' \
                ! -path '*/src/plugins/ctf/common/metadata/parser.*' \
                ! -path '*/src/plugins/ctf/common/metadata/lexer.*' \
This page took 0.024111 seconds and 4 git commands to generate.