blob: 5cbd3e79f1a4c41e5af9538fecca0918c052986a [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$
14}
15
Brian Silverman8fce7482020-01-05 13:18:21 -080016generatedFileExclude {
17 FRCNetComm\.java$
18 simulation/gz_msgs/src/include/simulation/gz_msgs/msgs\.h$
19}
20
21repoRootNameOverride {
22 wpilib
23}
24
25includeOtherLibs {
Austin Schuh1e69f942020-11-14 15:06:14 -080026 ^Eigen/
Brian Silverman8fce7482020-01-05 13:18:21 -080027 ^cameraserver/
28 ^cscore
Austin Schuh1e69f942020-11-14 15:06:14 -080029 ^drake/
Austin Schuh812d0d12021-11-04 20:16:48 -070030 ^fmt/
Brian Silverman8fce7482020-01-05 13:18:21 -080031 ^hal/
32 ^imgui
Austin Schuh1e69f942020-11-14 15:06:14 -080033 ^implot
Brian Silverman8fce7482020-01-05 13:18:21 -080034 ^mockdata/
35 ^networktables/
36 ^ntcore
37 ^opencv2/
38 ^support/
39 ^units/
Austin Schuh1e69f942020-11-14 15:06:14 -080040 ^unsupported/
Brian Silverman8fce7482020-01-05 13:18:21 -080041 ^vision/
42 ^wpi/
Austin Schuh1e69f942020-11-14 15:06:14 -080043 ^wpigui
44 ^wpimath/
Brian Silverman8fce7482020-01-05 13:18:21 -080045}