CMake: Exclude .c files from Interrogate
This commit is contained in:
parent
768a8d62e9
commit
edb9cb31a5
|
|
@ -24,6 +24,7 @@ endif()
|
|||
set(INTERROGATE_EXCLUDE_REGEXES
|
||||
".*\\.I$"
|
||||
".*\\.N$"
|
||||
".*\\.c$"
|
||||
".*\\.lxx$"
|
||||
".*\\.yxx$"
|
||||
".*_src\\..*")
|
||||
|
|
|
|||
Loading…
Reference in New Issue