2017-09-06 23:00:10 -07:00
|
|
|
cppHeaderFileInclude {
|
|
|
|
|
\.h$
|
|
|
|
|
\.hpp$
|
|
|
|
|
\.inc$
|
2020-05-05 18:17:50 -07:00
|
|
|
\.inl$
|
2016-09-01 20:31:38 -07:00
|
|
|
}
|
|
|
|
|
|
2017-09-06 23:00:10 -07:00
|
|
|
cppSrcFileInclude {
|
|
|
|
|
\.cpp$
|
2016-09-05 13:55:31 -07:00
|
|
|
}
|
|
|
|
|
|
2021-07-23 09:01:44 -07:00
|
|
|
modifiableFileExclude {
|
2023-11-30 19:52:21 -05:00
|
|
|
cmake/toolchains/
|
2024-07-19 00:10:26 -04:00
|
|
|
thirdparty/
|
2021-07-23 09:01:44 -07:00
|
|
|
\.patch$
|
2021-11-29 20:53:26 -08:00
|
|
|
gradlew
|
2025-01-26 19:52:33 -05:00
|
|
|
BUILD.bazel
|
2021-07-23 09:01:44 -07:00
|
|
|
}
|
|
|
|
|
|
2017-09-06 23:00:10 -07:00
|
|
|
generatedFileExclude {
|
2018-05-27 21:53:39 -07:00
|
|
|
FRCNetComm\.java$
|
2018-06-30 02:45:21 -05:00
|
|
|
simulation/gz_msgs/src/include/simulation/gz_msgs/msgs\.h$
|
2025-11-07 19:55:39 -05:00
|
|
|
fields/src/main/native/resources/
|
2022-12-25 08:15:43 -08:00
|
|
|
apriltag/src/test/resources/
|
2024-06-08 12:59:07 -04:00
|
|
|
wpilibc/src/generated/
|
2025-10-24 01:28:04 -04:00
|
|
|
|
|
|
|
|
apriltag/src/main/python/
|
|
|
|
|
apriltag/src/test/python/
|
|
|
|
|
wpilibc/src/main/python/
|
|
|
|
|
wpilibc/src/test/python/
|
|
|
|
|
xrpVendordep/src/main/python/
|
|
|
|
|
xrpVendordep/src/test/python/
|
2016-08-21 10:31:43 -07:00
|
|
|
}
|
|
|
|
|
|
2018-05-13 17:09:56 -07:00
|
|
|
repoRootNameOverride {
|
|
|
|
|
wpilib
|
|
|
|
|
}
|