blob: 9df73f7ec1275cc5cee76102d5d91c266c08e624 [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 Schuh1e69f942020-11-14 15:06:14 -080032 ^drake/
Austin Schuh812d0d12021-11-04 20:16:48 -070033 ^fmt/
Brian Silverman8fce7482020-01-05 13:18:21 -080034 ^hal/
35 ^imgui
Austin Schuh1e69f942020-11-14 15:06:14 -080036 ^implot
Brian Silverman8fce7482020-01-05 13:18:21 -080037 ^mockdata/
38 ^networktables/
39 ^ntcore
40 ^opencv2/
41 ^support/
42 ^units/
Austin Schuh1e69f942020-11-14 15:06:14 -080043 ^unsupported/
Brian Silverman8fce7482020-01-05 13:18:21 -080044 ^vision/
45 ^wpi/
Austin Schuh1e69f942020-11-14 15:06:14 -080046 ^wpigui
47 ^wpimath/
James Kuszmaulcf324122023-01-14 14:07:17 -080048 ^wpinet/
Brian Silverman8fce7482020-01-05 13:18:21 -080049}