This commit is contained in:
2026-02-20 08:53:03 +03:00
parent e0904690e6
commit 260b3b97f9
6 changed files with 27 additions and 27 deletions

View File

@@ -8,7 +8,7 @@ cd "$REPO_ROOT"
find . \
-path "./build" -prune -o \
-path "./cmake-build-*" -prune -o \
-path "./cmake-build*" -prune -o \
-path "./out" -prune -o \
-path "./.git" -prune -o \
\( -name "CMakeLists.txt" -o -name "*.cmake" \) -print0 \