mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
36 lines
364 B
Plaintext
36 lines
364 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
wpilib
|
|
}
|
|
|
|
generatedFileExclude {
|
|
wpilibNewCommands/src/generated/
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^cameraserver/
|
|
^cscore
|
|
^fmt/
|
|
^frc/
|
|
^gtest/
|
|
^hal/
|
|
^imgui
|
|
^mockdata/
|
|
^networktables/
|
|
^ntcore
|
|
^opencv2/
|
|
^support/
|
|
^units/
|
|
^vision/
|
|
^wpi/
|
|
}
|