mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-09 23:04:37 +01:00
10 lines
244 B
Text
10 lines
244 B
Text
ignore_directories(
|
|
[
|
|
# Don't accidentally pick up external CMake deps with Bazel build files.
|
|
"cmake-*",
|
|
"build",
|
|
"build-*",
|
|
# Don't treat submodules as part of this project.
|
|
"lib",
|
|
],
|
|
)
|