diff --git a/cmake/macros/Interrogate.cmake b/cmake/macros/Interrogate.cmake index 5c84d048fc..25e53e9cfb 100644 --- a/cmake/macros/Interrogate.cmake +++ b/cmake/macros/Interrogate.cmake @@ -24,6 +24,7 @@ endif() set(INTERROGATE_EXCLUDE_REGEXES ".*\\.I$" ".*\\.N$" + ".*\\.c$" ".*\\.lxx$" ".*\\.yxx$" ".*_src\\..*")