mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 00:48:09 +01:00
Fix an exclude in the clang format script.
This commit is contained in:
parent
5133ef182d
commit
f3982e12c7
@ -30,7 +30,7 @@ while IFS= read -rd '' f; do
|
||||
continue
|
||||
elif [[ "$f" == "modules/texture_packer/rectpack2D"* ]]; then
|
||||
continue
|
||||
elif [[ "$f" == "modules/web/libs"* ]]; then
|
||||
elif [[ "$f" == "modules/web/html/libs"* ]]; then
|
||||
continue
|
||||
elif [[ "$f" == "platform/android/java/lib/src/com/google"* ]]; then
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user