blob: 49d4e29e24fb93d2f9780baa6401d4d122532c6c [file] [log] [blame]
Brian Silverman41cdd3e2019-01-19 19:48:58 -08001cppHeaderFileInclude {
2 \.h$
3 \.hpp$
4 \.inc$
5}
6
7cppSrcFileInclude {
8 \.cpp$
9}
10
11generatedFileExclude {
12 hal/src/main/native/athena/ctre/
13 hal/src/main/native/athena/frccansae/
14 hal/src/main/native/athena/visa/
15 hal/src/main/native/include/ctre/
16 UsageReporting\.h$
17}
18
19modifiableFileExclude {
20 \.patch$
21 \.png$
22 \.py$
23 \.so$
24}
25
26repoRootNameOverride {
27 hal
28}
29
30includeOtherLibs {
31 ^FRC_FPGA_ChipObject/
32 ^FRC_NetworkCommunication/
33 ^i2clib/
34 ^llvm/
35 ^opencv2/
36 ^spilib/
37 ^support/
38 ^wpi/
39}
40
41includeProject {
42 ^ctre/
43 ^mockdata/
44}