diff --git a/misc/scripts/clang_format.sh b/misc/scripts/clang_format.sh index eb74c76..b60c1e3 100755 --- a/misc/scripts/clang_format.sh +++ b/misc/scripts/clang_format.sh @@ -14,6 +14,8 @@ while IFS= read -rd '' f; do # Exclude some files. if [[ "$f" == *"-so_wrap."* ]]; then continue + elif [[ "$f" == "sfw"* ]]; then + continue fi for extension in ${CLANG_FORMAT_FILE_EXTS[@]}; do