mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 00:48:09 +01:00
Skip copyright header updates for the smtp module in the clang format script.
This commit is contained in:
parent
6a6d3acd96
commit
6c6f9b7ddd
@ -32,6 +32,8 @@ while IFS= read -rd '' f; do
|
||||
continue
|
||||
elif [[ "$f" == "modules/web/html/libs"* ]]; then
|
||||
continue
|
||||
elif [[ "$f" == "modules/smtp"* ]]; 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