mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Project import generated by Copybara. GitOrigin-RevId: 92ea93d1b47a82667044bd0af05f7fdb34d2c2c2
59 lines
956 B
Plaintext
59 lines
956 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
\.inl$
|
|
expected$
|
|
math$
|
|
numbers$
|
|
scope$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
src/main/native/include/wpi/MulticastServiceAnnouncer\.h$
|
|
}
|
|
|
|
generatedFileExclude {
|
|
src/main/native/thirdparty/
|
|
|
|
src/main/python/
|
|
src/test/python/
|
|
|
|
src/main/native/include/wpi/fs\.h$
|
|
src/main/native/include/wpi/FastQueue\.h$
|
|
src/main/native/cpp/fs\.cpp$
|
|
src/main/native/resources/
|
|
src/main/native/windows/StackWalker
|
|
src/test/native/cpp/llvm/
|
|
src/test/native/cpp/span/
|
|
src/test/native/cpp/json/
|
|
src/generated/test/native/cpp
|
|
}
|
|
|
|
licenseUpdateExclude {
|
|
src/main/native/cpp/Base64\.cpp$
|
|
src/main/native/cpp/sha1\.cpp$
|
|
src/main/native/include/wpi/sha1\.h$
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
wpiutil
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^fmt/
|
|
^gmock/
|
|
^gtest/
|
|
^upb/
|
|
}
|
|
|
|
includeGuardRoots {
|
|
wpiutil/src/main/native/cpp/
|
|
wpiutil/src/main/native/include/
|
|
wpiutil/src/test/native/cpp/
|
|
}
|