mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
44 lines
537 B
Plaintext
44 lines
537 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
generatedFileExclude {
|
|
hal/src/main/native/athena/ctre/
|
|
hal/src/main/native/athena/frccansae/
|
|
hal/src/main/native/athena/visa/
|
|
hal/src/main/native/include/ctre/
|
|
UsageReporting\.h$
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
\.patch$
|
|
\.png$
|
|
\.py$
|
|
\.so$
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
hal
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^FRC_FPGA_ChipObject/
|
|
^FRC_NetworkCommunication/
|
|
^i2clib/
|
|
^llvm/
|
|
^opencv2/
|
|
^spilib/
|
|
^support/
|
|
^wpi/
|
|
}
|
|
|
|
includeProject {
|
|
^ctre/
|
|
}
|