blob: f67c100e088caf0fa9ffd67fe5b5615f03eed6ef [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 {
Maxwell Henderson80bec322024-01-09 15:48:44 -080013 cmake/toolchains/
Austin Schuh812d0d12021-11-04 20:16:48 -070014 \.patch$
Austin Schuh75263e32022-02-22 18:05:32 -080015 gradlew
Austin Schuh812d0d12021-11-04 20:16:48 -070016}
17
Brian Silverman8fce7482020-01-05 13:18:21 -080018generatedFileExclude {
19 FRCNetComm\.java$
20 simulation/gz_msgs/src/include/simulation/gz_msgs/msgs\.h$
Austin Schuh75263e32022-02-22 18:05:32 -080021 fieldImages/src/main/native/resources/
James Kuszmaulcf324122023-01-14 14:07:17 -080022 apriltag/src/test/resources/
Brian Silverman8fce7482020-01-05 13:18:21 -080023}
24
25repoRootNameOverride {
26 wpilib
27}
28
29includeOtherLibs {
Austin Schuh1e69f942020-11-14 15:06:14 -080030 ^Eigen/
Brian Silverman8fce7482020-01-05 13:18:21 -080031 ^cameraserver/
32 ^cscore
Austin Schuh812d0d12021-11-04 20:16:48 -070033 ^fmt/
James Kuszmaulb13e13f2023-11-22 20:44:04 -080034 ^gtest/
35 ^google/
Brian Silverman8fce7482020-01-05 13:18:21 -080036 ^hal/
37 ^imgui
Austin Schuh1e69f942020-11-14 15:06:14 -080038 ^implot
Brian Silverman8fce7482020-01-05 13:18:21 -080039 ^mockdata/
40 ^networktables/
41 ^ntcore
42 ^opencv2/
43 ^support/
44 ^units/
Austin Schuh1e69f942020-11-14 15:06:14 -080045 ^unsupported/
Brian Silverman8fce7482020-01-05 13:18:21 -080046 ^vision/
47 ^wpi/
Austin Schuh1e69f942020-11-14 15:06:14 -080048 ^wpigui
49 ^wpimath/
James Kuszmaulcf324122023-01-14 14:07:17 -080050 ^wpinet/
Brian Silverman8fce7482020-01-05 13:18:21 -080051}