mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
32 lines
280 B
Plaintext
32 lines
280 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
\.inl$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
\.jpg$
|
|
\.png$
|
|
\.so$
|
|
}
|
|
|
|
includeProject {
|
|
^photonLib/
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^frc/
|
|
^networktables/
|
|
^units/
|
|
^wpi/
|
|
}
|
|
|
|
licenseUpdateExclude {
|
|
\.java$
|
|
}
|