blob: b17762ed05c696ca7cdfb888e4e1e5b5dce8d894 [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/
Brian Silverman8fce7482020-01-05 13:18:21 -080021}
22
23repoRootNameOverride {
24 wpilib
25}
26
27includeOtherLibs {
Austin Schuh1e69f942020-11-14 15:06:14 -080028 ^Eigen/
Brian Silverman8fce7482020-01-05 13:18:21 -080029 ^cameraserver/
30 ^cscore
Austin Schuh1e69f942020-11-14 15:06:14 -080031 ^drake/
Austin Schuh812d0d12021-11-04 20:16:48 -070032 ^fmt/
Brian Silverman8fce7482020-01-05 13:18:21 -080033 ^hal/
34 ^imgui
Austin Schuh1e69f942020-11-14 15:06:14 -080035 ^implot
Brian Silverman8fce7482020-01-05 13:18:21 -080036 ^mockdata/
37 ^networktables/
38 ^ntcore
39 ^opencv2/
40 ^support/
41 ^units/
Austin Schuh1e69f942020-11-14 15:06:14 -080042 ^unsupported/
Brian Silverman8fce7482020-01-05 13:18:21 -080043 ^vision/
44 ^wpi/
Austin Schuh1e69f942020-11-14 15:06:14 -080045 ^wpigui
46 ^wpimath/
Brian Silverman8fce7482020-01-05 13:18:21 -080047}