Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
refs/heads/upstream/ns-develop
/
.
/
REPO.bazel
blob: 373cf47ceb2eb10b9ba0af57e2ab88db57a3aee1 [
file
] [
edit
]
"""Global settings for the Pico SDK Bazel build."""
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"
,
],
)