build.sh:clang-tidy: drop the remaining ASM file

This commit is contained in:
Gregory Hainaut 2016-08-23 21:23:18 +02:00
parent c1f45dafa5
commit 2ec0f26122
1 changed files with 1 additions and 1 deletions

View File

@ -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
#