mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
Added more excludes to the clang format script.
This commit is contained in:
parent
98912a89e8
commit
7a1db17e0f
@ -30,6 +30,8 @@ while IFS= read -rd '' f; do
|
||||
continue
|
||||
elif [[ "$f" == "modules/texture_packer/rectpack2D"* ]]; then
|
||||
continue
|
||||
elif [[ "$f" == "modules/web/libs"* ]]; then
|
||||
continue
|
||||
elif [[ "$f" == "platform/android/java/lib/src/com/google"* ]]; then
|
||||
continue
|
||||
elif [[ "$f" == *"-so_wrap."* ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user