Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 1 | cppHeaderFileInclude { |
2 | \.h$ | ||||
3 | \.hpp$ | ||||
4 | \.inc$ | ||||
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame] | 5 | \.inl$ |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 6 | } |
7 | |||||
8 | cppSrcFileInclude { | ||||
9 | \.cpp$ | ||||
10 | } | ||||
11 | |||||
Austin Schuh | 812d0d1 | 2021-11-04 20:16:48 -0700 | [diff] [blame] | 12 | modifiableFileExclude { |
13 | \.patch$ | ||||
Austin Schuh | 75263e3 | 2022-02-22 18:05:32 -0800 | [diff] [blame] | 14 | gradlew |
Austin Schuh | 812d0d1 | 2021-11-04 20:16:48 -0700 | [diff] [blame] | 15 | } |
16 | |||||
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 17 | generatedFileExclude { |
18 | FRCNetComm\.java$ | ||||
19 | simulation/gz_msgs/src/include/simulation/gz_msgs/msgs\.h$ | ||||
Austin Schuh | 75263e3 | 2022-02-22 18:05:32 -0800 | [diff] [blame] | 20 | fieldImages/src/main/native/resources/ |
James Kuszmaul | cf32412 | 2023-01-14 14:07:17 -0800 | [diff] [blame] | 21 | apriltag/src/test/resources/ |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 22 | } |
23 | |||||
24 | repoRootNameOverride { | ||||
25 | wpilib | ||||
26 | } | ||||
27 | |||||
28 | includeOtherLibs { | ||||
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame] | 29 | ^Eigen/ |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 30 | ^cameraserver/ |
31 | ^cscore | ||||
Austin Schuh | 812d0d1 | 2021-11-04 20:16:48 -0700 | [diff] [blame] | 32 | ^fmt/ |
James Kuszmaul | b13e13f | 2023-11-22 20:44:04 -0800 | [diff] [blame^] | 33 | ^gtest/ |
34 | ^google/ | ||||
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 35 | ^hal/ |
36 | ^imgui | ||||
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame] | 37 | ^implot |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 38 | ^mockdata/ |
39 | ^networktables/ | ||||
40 | ^ntcore | ||||
41 | ^opencv2/ | ||||
42 | ^support/ | ||||
43 | ^units/ | ||||
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame] | 44 | ^unsupported/ |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 45 | ^vision/ |
46 | ^wpi/ | ||||
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame] | 47 | ^wpigui |
48 | ^wpimath/ | ||||
James Kuszmaul | cf32412 | 2023-01-14 14:07:17 -0800 | [diff] [blame] | 49 | ^wpinet/ |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 50 | } |