mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
40 lines
449 B
Plaintext
40 lines
449 B
Plaintext
cHeaderFileInclude {
|
|
_c\.h$
|
|
}
|
|
|
|
cppHeaderFileInclude {
|
|
(?<!_c)\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
\.inl$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
generatedFileExclude {
|
|
ntcore/doc/
|
|
ntcore/src/generated
|
|
.*\.jinja
|
|
|
|
src/main/python/
|
|
src/test/python/
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
ntcore
|
|
}
|
|
|
|
includeGuardRoots {
|
|
ntcore/src/main/native/cpp/
|
|
ntcore/src/main/native/include/
|
|
ntcore/src/test/native/cpp/
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^fmt/
|
|
^gtest/
|
|
^support/
|
|
}
|