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