mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
Ignore the proctree folder in the clang format script.
This commit is contained in:
parent
e4263507ce
commit
5e1ca95e7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user