mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
63 lines
861 B
Plaintext
63 lines
861 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
\.inl$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
cmake/toolchains/
|
|
thirdparty/
|
|
\.patch$
|
|
gradlew
|
|
BUILD.bazel
|
|
}
|
|
|
|
generatedFileExclude {
|
|
FRCNetComm\.java$
|
|
simulation/gz_msgs/src/include/simulation/gz_msgs/msgs\.h$
|
|
fields/src/main/native/resources/
|
|
apriltag/src/test/resources/
|
|
wpilibc/src/generated/
|
|
|
|
apriltag/src/main/python/
|
|
apriltag/src/test/python/
|
|
wpilibc/src/main/python/
|
|
wpilibc/src/test/python/
|
|
xrpVendordep/src/main/python/
|
|
xrpVendordep/src/test/python/
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
wpilib
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^Eigen/
|
|
^cameraserver/
|
|
^cscore
|
|
^fmt/
|
|
^glass/
|
|
^gtest/
|
|
^hal/
|
|
^imgui
|
|
^implot
|
|
^mockdata/
|
|
^networktables/
|
|
^ntcore
|
|
^opencv2/
|
|
^support/
|
|
^units/
|
|
^unsupported/
|
|
^upb/
|
|
^vision/
|
|
^wpi/
|
|
^wpigui
|
|
^wpimath/
|
|
^wpinet/
|
|
}
|