mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
26 lines
265 B
Plaintext
26 lines
265 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
licenseUpdateExclude {
|
|
examples/printlog
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
examples/printlog/datalog\.py$
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
datalog
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^fmt/
|
|
^gtest/
|
|
^wpi/(?!datalog)
|
|
}
|