diff --git a/build.sh b/build.sh index 0d43838ca0..9d9dfcefec 100755 --- a/build.sh +++ b/build.sh @@ -201,7 +201,7 @@ if [ "$clangTidy" -eq 1 ] && command -v clang-tidy >/dev/null ; then compile_json=compile_commands.json cpp_list=cpp_file.txt summary=clang_tidy_summary.txt - grep '"file"' $compile_json | sed -e 's/"//g' -e 's/^\s*file\s*:\s*//' > $cpp_list + grep '"file"' $compile_json | sed -e 's/"//g' -e 's/^\s*file\s*:\s*//' | grep -v "aVUzerorec.S" > $cpp_list # EXAMPLE #