blob: bdd9bc47c30a21291545dada7b8946063a64fbbe [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/
James Kuszmaulb13e13f2023-11-22 20:44:04 -080035 ^gtest/
Brian Silverman8fce7482020-01-05 13:18:21 -080036 ^i2clib/
37 ^llvm/
38 ^opencv2/
39 ^spilib/
40 ^support/
41 ^wpi/
42}
43
44includeProject {
45 ^ctre/
46 ^mockdata/
47}