2020-08-06 23:57:39 -07:00
|
|
|
cppHeaderFileInclude {
|
|
|
|
|
\.h$
|
2022-10-31 11:17:00 -05:00
|
|
|
\.hpp$
|
2020-08-06 23:57:39 -07:00
|
|
|
\.inc$
|
|
|
|
|
\.inl$
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
cppSrcFileInclude {
|
|
|
|
|
\.cpp$
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-25 10:05:41 -07:00
|
|
|
modifiableFileExclude {
|
|
|
|
|
\.patch$
|
|
|
|
|
}
|
|
|
|
|
|
2020-08-06 23:57:39 -07:00
|
|
|
generatedFileExclude {
|
2025-11-07 19:56:29 -05:00
|
|
|
src/main/native/include/wpi/units/base\.hpp$
|
|
|
|
|
src/main/native/include/wpi/units/units\.hpp$
|
2022-06-11 21:07:15 -07:00
|
|
|
src/main/native/thirdparty/
|
2020-08-06 23:57:39 -07:00
|
|
|
src/test/native/cpp/UnitsTest\.cpp$
|
2025-11-07 19:55:43 -05:00
|
|
|
src/generated/main/java/org/wpilib/math/proto
|
2024-11-07 22:42:50 -08:00
|
|
|
src/generated/main/native/cpp
|
2025-10-24 01:28:04 -04:00
|
|
|
|
|
|
|
|
src/main/python/
|
|
|
|
|
src/test/python/
|
2020-08-06 23:57:39 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
repoRootNameOverride {
|
|
|
|
|
wpimath
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
includeGuardRoots {
|
|
|
|
|
wpimath/src/main/native/cpp/
|
|
|
|
|
wpimath/src/main/native/include/
|
|
|
|
|
wpimath/src/test/native/cpp/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
includeOtherLibs {
|
2023-08-28 15:13:34 -07:00
|
|
|
^Eigen/
|
2021-05-24 23:36:26 -07:00
|
|
|
^fmt/
|
2023-08-28 15:13:34 -07:00
|
|
|
^gcem/
|
|
|
|
|
^gtest/
|
2025-10-28 20:17:04 -07:00
|
|
|
^sleipnir/
|
2023-08-28 15:13:34 -07:00
|
|
|
^unsupported/
|
2020-08-08 11:54:03 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
includeProject {
|
2025-11-07 19:56:29 -05:00
|
|
|
wpi/util/expected
|
2020-08-06 23:57:39 -07:00
|
|
|
}
|