mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-06 12:01:48 +02:00
Added more excludes to the clang format script.
This commit is contained in:
parent
429575fab6
commit
2dc3113b0c
@ -28,6 +28,8 @@ while IFS= read -rd '' f; do
|
|||||||
continue
|
continue
|
||||||
elif [[ "$f" == "modules/mesh_utils/xatlas"* ]]; then
|
elif [[ "$f" == "modules/mesh_utils/xatlas"* ]]; then
|
||||||
continue
|
continue
|
||||||
|
elif [[ "$f" == "modules/texture_packer/rectpack2D"* ]]; then
|
||||||
|
continue
|
||||||
elif [[ "$f" == "platform/android/java/lib/src/com/google"* ]]; then
|
elif [[ "$f" == "platform/android/java/lib/src/com/google"* ]]; then
|
||||||
continue
|
continue
|
||||||
elif [[ "$f" == *"-so_wrap."* ]]; then
|
elif [[ "$f" == *"-so_wrap."* ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user