mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
The old headers were moved into folders because doing so avoids polluting the system include directories. Folder names were also normalized to lowercase.
45 lines
550 B
Plaintext
45 lines
550 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/
|
|
^mockdata/
|
|
}
|