Ignore the proctree folder in the clang format script.

This commit is contained in:
Relintai 2024-09-08 16:50:03 +02:00
parent e4263507ce
commit 5e1ca95e7f

View File

@ -34,6 +34,8 @@ while IFS= read -rd '' f; do
continue
elif [[ "$f" == "modules/smtp"* ]]; then
continue
elif [[ "$f" == "modules/procedural_tree_3d/proctree"* ]]; then
continue
elif [[ "$f" == "editor_modules/denoise/oidn"* ]]; then
continue
elif [[ "$f" == "editor_modules/raycast/embree"* ]]; then