mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
34 lines
343 B
Plaintext
34 lines
343 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
generatedFileExclude {
|
|
gtest/
|
|
ni-libraries/include/
|
|
ni-libraries/lib/
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
shared/arm-linux-jni/
|
|
\.py$
|
|
\.so$
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
wpilib
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^HAL/
|
|
^networktables/
|
|
^opencv2/
|
|
^support/
|
|
^wpi/
|
|
}
|