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