mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
28 lines
375 B
Plaintext
28 lines
375 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
\.dll$
|
|
\.gif$
|
|
\.ico$
|
|
\.jpeg$
|
|
\.jpg$
|
|
\.mp4$
|
|
\.png$
|
|
\.rknn$
|
|
\.so$
|
|
\.tflite$
|
|
\.ttf$
|
|
\.webp$
|
|
\.woff2$
|
|
gradlew
|
|
photon-lib/py/photonlibpy/generated/
|
|
photon-targeting/src/generated/
|
|
photon-targeting/src/main/native/cpp/photon/constrained_solvepnp/generate/
|
|
}
|