CMake: Exclude .c files from Interrogate

This commit is contained in:
Sam Edwards 2019-01-12 14:59:33 -07:00
parent 768a8d62e9
commit edb9cb31a5

View File

@ -24,6 +24,7 @@ endif()
set(INTERROGATE_EXCLUDE_REGEXES set(INTERROGATE_EXCLUDE_REGEXES
".*\\.I$" ".*\\.I$"
".*\\.N$" ".*\\.N$"
".*\\.c$"
".*\\.lxx$" ".*\\.lxx$"
".*\\.yxx$" ".*\\.yxx$"
".*_src\\..*") ".*_src\\..*")