John Park | 7eb9042 | 2018-01-27 12:04:57 -0800 | [diff] [blame] | 1 | cppHeaderFileInclude { |
| 2 | \.h$ |
| 3 | \.hpp$ |
| 4 | \.inc$ |
| 5 | } |
| 6 | |
| 7 | cppSrcFileInclude { |
| 8 | \.cpp$ |
| 9 | } |
| 10 | |
| 11 | generatedFileExclude { |
| 12 | gmock/ |
| 13 | ni-libraries/include/ |
| 14 | ni-libraries/lib/ |
| 15 | hal/src/main/native/athena/ctre/ |
| 16 | hal/src/main/native/athena/frccansae/ |
| 17 | hal/src/main/native/athena/visa/ |
| 18 | hal/src/main/native/include/ctre/ |
| 19 | UsageReporting\.h$ |
| 20 | } |
| 21 | |
| 22 | modifiableFileExclude { |
| 23 | wpilibj/src/arm-linux-jni/ |
| 24 | wpilibj/src/main/native/cpp/ |
| 25 | \.patch$ |
| 26 | \.png$ |
| 27 | \.py$ |
| 28 | \.so$ |
| 29 | } |
| 30 | |
| 31 | includeGuardRoots { |
| 32 | wpilibcExamples/src/main/cpp/examples/ |
| 33 | wpilibcExamples/src/main/cpp/templates/ |
| 34 | } |
| 35 | |
| 36 | includeOtherLibs { |
| 37 | ^HAL/ |
| 38 | ^llvm/ |
| 39 | ^opencv2/ |
| 40 | ^support/ |
| 41 | } |
| 42 | |
| 43 | includeProject { |
| 44 | ^ctre/ |
| 45 | } |