mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
40 lines
485 B
Plaintext
40 lines
485 B
Plaintext
genFolderExclude {
|
|
\.vscode
|
|
FRC_FPGA_ChipObject
|
|
NetworkCommunication
|
|
ctre
|
|
frccansae
|
|
gtest
|
|
i2clib
|
|
msgs
|
|
ni-libraries
|
|
ni/vision
|
|
spilib
|
|
wpilibj/src/athena/cpp/nivision
|
|
visa
|
|
}
|
|
|
|
genFileExclude {
|
|
CanTalonSRX\.h$
|
|
NIIMAQdx\.h$
|
|
can_proto\.h$
|
|
nivision\.h$
|
|
}
|
|
|
|
modifiableFolderExclude {
|
|
\.git
|
|
\.gradle
|
|
__pycache__
|
|
build
|
|
wpilibj/src/athena/cpp/include
|
|
wpilibj/src/athena/cpp/lib
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
\.jar$
|
|
\.patch$
|
|
\.png$
|
|
\.py$
|
|
\.so$
|
|
}
|