# Bazel convenience symlinks. Normally these are filtered by Bazel's
# root-workspace heuristic, but only when fimage IS the root module. When the
# monorepo loads fimage via `local_path_override`, the heuristic does not apply
# and `@fimage//...` would otherwise descend into the execroot mirror. Explicit
# ignores fix that for both contexts.
bazel-bin
bazel-out
bazel-testlogs
bazel-fimage
# Leftover Meson subprojects (the standalone repo is Bazel-only for dev; these
# directories are not generated, but the entry is harmless if absent).
# NOTE: .bazelignore entries are literal directory paths -- wildcards are not
# supported and Bazel 9.1+ errors on them (e.g. "Illegal char <*>").
subprojects
