Brian Silverman | f7f267a | 2017-02-04 16:16:08 -0800 | [diff] [blame^] | 1 | cExtensions { |
2 | } | ||||
3 | |||||
4 | cppHeaderExtensions { | ||||
5 | h | ||||
6 | inc | ||||
7 | } | ||||
8 | |||||
9 | cppSrcExtensions { | ||||
10 | cpp | ||||
11 | } | ||||
12 | |||||
13 | otherExtensions { | ||||
14 | java | ||||
15 | } | ||||
16 | |||||
17 | genFolderExclude { | ||||
18 | FRC_FPGA_ChipObject | ||||
19 | NetworkCommunication | ||||
20 | ctre | ||||
21 | frccansae | ||||
22 | gtest | ||||
23 | i2clib | ||||
24 | msgs | ||||
25 | ni-libraries | ||||
26 | ni/vision | ||||
27 | spilib | ||||
28 | wpilibj/src/athena/cpp/nivision | ||||
29 | visa | ||||
30 | } | ||||
31 | |||||
32 | genFileExclude { | ||||
33 | NIIMAQdx\.h$ | ||||
34 | can_proto\.h$ | ||||
35 | nivision\.h$ | ||||
36 | } | ||||
37 | |||||
38 | modifiableFolderExclude { | ||||
39 | \.git | ||||
40 | wpilibj/src/athena/cpp/include | ||||
41 | wpilibj/src/athena/cpp/lib | ||||
42 | } | ||||
43 | |||||
44 | modifiableFileExclude { | ||||
45 | \.patch$ | ||||
46 | \.png$ | ||||
47 | \.py$ | ||||
48 | \.so$ | ||||
49 | } | ||||
50 | |||||
51 | includeRelated { | ||||
52 | } | ||||
53 | |||||
54 | includeCSys { | ||||
55 | } | ||||
56 | |||||
57 | includeCppSys { | ||||
58 | } | ||||
59 | |||||
60 | includeOtherLibs { | ||||
61 | } | ||||
62 | |||||
63 | includeProject { | ||||
64 | ^ctre/ | ||||
65 | } |