blob: 485ac26947395c90bcb2ac428abcf0730e4a002e [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
12generatedFileExclude {
13 FRCNetComm\.java$
14 simulation/gz_msgs/src/include/simulation/gz_msgs/msgs\.h$
15}
16
17repoRootNameOverride {
18 wpilib
19}
20
21includeOtherLibs {
Austin Schuh1e69f942020-11-14 15:06:14 -080022 ^Eigen/
Brian Silverman8fce7482020-01-05 13:18:21 -080023 ^cameraserver/
24 ^cscore
Austin Schuh1e69f942020-11-14 15:06:14 -080025 ^drake/
Brian Silverman8fce7482020-01-05 13:18:21 -080026 ^hal/
27 ^imgui
Austin Schuh1e69f942020-11-14 15:06:14 -080028 ^implot
Brian Silverman8fce7482020-01-05 13:18:21 -080029 ^mockdata/
30 ^networktables/
31 ^ntcore
32 ^opencv2/
33 ^support/
34 ^units/
Austin Schuh1e69f942020-11-14 15:06:14 -080035 ^unsupported/
Brian Silverman8fce7482020-01-05 13:18:21 -080036 ^vision/
37 ^wpi/
Austin Schuh1e69f942020-11-14 15:06:14 -080038 ^wpigui
39 ^wpimath/
Brian Silverman8fce7482020-01-05 13:18:21 -080040}