Brian Silverman | 41cdd3e | 2019-01-19 19:48:58 -0800 | [diff] [blame] | 1 | cppHeaderFileInclude { |
2 | \.h$ | ||||
3 | \.hpp$ | ||||
4 | \.inc$ | ||||
5 | } | ||||
6 | |||||
7 | cppSrcFileInclude { | ||||
8 | \.cpp$ | ||||
9 | } | ||||
10 | |||||
11 | generatedFileExclude { | ||||
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 | |||||
19 | modifiableFileExclude { | ||||
20 | \.patch$ | ||||
21 | \.png$ | ||||
22 | \.py$ | ||||
23 | \.so$ | ||||
24 | } | ||||
25 | |||||
26 | repoRootNameOverride { | ||||
27 | hal | ||||
28 | } | ||||
29 | |||||
30 | includeOtherLibs { | ||||
31 | ^FRC_FPGA_ChipObject/ | ||||
32 | ^FRC_NetworkCommunication/ | ||||
33 | ^i2clib/ | ||||
34 | ^llvm/ | ||||
35 | ^opencv2/ | ||||
36 | ^spilib/ | ||||
37 | ^support/ | ||||
38 | ^wpi/ | ||||
39 | } | ||||
40 | |||||
41 | includeProject { | ||||
42 | ^ctre/ | ||||
43 | ^mockdata/ | ||||
44 | } |