blob: 1ba4e1dccef28dc55eda9bb7e75ab905a9381c46 [file] [log] [blame]
Brian Silverman8fce7482020-01-05 13:18:21 -08001cppHeaderFileInclude {
2 \.h$
3 \.hpp$
4 \.inc$
Austin Schuh1e69f942020-11-14 15:06:14 -08005 \.inl$
Brian Silverman8fce7482020-01-05 13:18:21 -08006}
7
8cppSrcFileInclude {
9 \.cpp$
10}
11
Austin Schuh812d0d12021-11-04 20:16:48 -070012modifiableFileExclude {
13 \.patch$
Austin Schuh75263e32022-02-22 18:05:32 -080014 gradlew
Austin Schuh812d0d12021-11-04 20:16:48 -070015}
16
Brian Silverman8fce7482020-01-05 13:18:21 -080017generatedFileExclude {
18 FRCNetComm\.java$
19 simulation/gz_msgs/src/include/simulation/gz_msgs/msgs\.h$
Austin Schuh75263e32022-02-22 18:05:32 -080020 fieldImages/src/main/native/resources/
James Kuszmaulcf324122023-01-14 14:07:17 -080021 apriltag/src/test/resources/
Brian Silverman8fce7482020-01-05 13:18:21 -080022}
23
24repoRootNameOverride {
25 wpilib
26}
27
28includeOtherLibs {
Austin Schuh1e69f942020-11-14 15:06:14 -080029 ^Eigen/
Brian Silverman8fce7482020-01-05 13:18:21 -080030 ^cameraserver/
31 ^cscore
Austin Schuh812d0d12021-11-04 20:16:48 -070032 ^fmt/
James Kuszmaulb13e13f2023-11-22 20:44:04 -080033 ^gtest/
34 ^google/
Brian Silverman8fce7482020-01-05 13:18:21 -080035 ^hal/
36 ^imgui
Austin Schuh1e69f942020-11-14 15:06:14 -080037 ^implot
Brian Silverman8fce7482020-01-05 13:18:21 -080038 ^mockdata/
39 ^networktables/
40 ^ntcore
41 ^opencv2/
42 ^support/
43 ^units/
Austin Schuh1e69f942020-11-14 15:06:14 -080044 ^unsupported/
Brian Silverman8fce7482020-01-05 13:18:21 -080045 ^vision/
46 ^wpi/
Austin Schuh1e69f942020-11-14 15:06:14 -080047 ^wpigui
48 ^wpimath/
James Kuszmaulcf324122023-01-14 14:07:17 -080049 ^wpinet/
Brian Silverman8fce7482020-01-05 13:18:21 -080050}