mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-01 02:41:42 +00:00
28 lines
244 B
Plaintext
28 lines
244 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
\.inl$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
\.jpg$
|
|
\.png$
|
|
\.so$
|
|
}
|
|
|
|
includeProject {
|
|
^photonLib/
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^frc/
|
|
^networktables/
|
|
^units/
|
|
^wpi/
|
|
}
|