pico-sdk/REPO.bazel
armandomontanez 67f89e44aa
Update Bazel pin, ignore build-* directories (#2461)
Updates the Bazel pin to 8.1.0 so that build-* directories can be
properly ignored.
2025-05-29 08:25:46 -05:00

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",
],
)