mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
CMake: Exclude .c files from Interrogate
This commit is contained in:
parent
768a8d62e9
commit
edb9cb31a5
@ -24,6 +24,7 @@ endif()
|
|||||||
set(INTERROGATE_EXCLUDE_REGEXES
|
set(INTERROGATE_EXCLUDE_REGEXES
|
||||||
".*\\.I$"
|
".*\\.I$"
|
||||||
".*\\.N$"
|
".*\\.N$"
|
||||||
|
".*\\.c$"
|
||||||
".*\\.lxx$"
|
".*\\.lxx$"
|
||||||
".*\\.yxx$"
|
".*\\.yxx$"
|
||||||
".*_src\\..*")
|
".*_src\\..*")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user