Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -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/ |
Austin Schuh | 812d0d1 | 2021-11-04 20:16:48 -0700 | [diff] [blame] | 13 | hal/src/main/native/athena/rev/ |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 14 | 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 | |
| 20 | modifiableFileExclude { |
| 21 | \.patch$ |
| 22 | \.png$ |
| 23 | \.py$ |
| 24 | \.so$ |
| 25 | } |
| 26 | |
| 27 | repoRootNameOverride { |
| 28 | hal |
| 29 | } |
| 30 | |
| 31 | includeOtherLibs { |
| 32 | ^FRC_FPGA_ChipObject/ |
| 33 | ^FRC_NetworkCommunication/ |
Austin Schuh | 812d0d1 | 2021-11-04 20:16:48 -0700 | [diff] [blame] | 34 | ^fmt/ |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 35 | ^i2clib/ |
| 36 | ^llvm/ |
| 37 | ^opencv2/ |
| 38 | ^spilib/ |
| 39 | ^support/ |
| 40 | ^wpi/ |
| 41 | } |
| 42 | |
| 43 | includeProject { |
| 44 | ^ctre/ |
| 45 | ^mockdata/ |
| 46 | } |