Browse Source

CMake: Exclude .c files from Interrogate

Sam Edwards 7 years ago
parent
commit
edb9cb31a5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cmake/macros/Interrogate.cmake

+ 1 - 0
cmake/macros/Interrogate.cmake

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