mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
GitOrigin-RevId: ac60fd3cf4a24023184376687da28373d14b781a This mirrors the robotpy files for the following projects: - apriltag - datalog - hal - ntcore - romiVendordep - wpilibc - wpimath - xrpVendordep This excludes cscore and the halsim wrappers for at this time. NOTE: This does not hook these projects up to the build system, just simply mirrors the files. The building will take place in a follow up PR to make it easier to review the changes necessary to build.
63 lines
866 B
Plaintext
63 lines
866 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$
|
|
fieldImages/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/
|
|
}
|