blob: e081ba21867f6a433e990d37cd259f31f37dfd2a [file] [log] [blame]
[repositories]
root = .
prelude = tools/buck/prelude
toolchains = tools/buck/toolchains
none = none
[repository_aliases]
config = prelude
buck = none
fbcode = none
fbsource = none
[project]
# Hide BUCK files under target/package/ from `buck build ...`. Otherwise:
# $ buck build ...
# //target/package/cxx-0.3.0/tests:ffi references non-existing file or directory 'target/package/cxx-0.3.0/tests/ffi/lib.rs'
#
# Also hide some Bazel-managed directories that contain symlinks to the repo root.
ignore = \
.git, \
bazel-bin, \
bazel-cxx, \
bazel-out, \
bazel-testlogs, \
target
[parser]
target_platform_detector_spec = target:root//...->prelude//platforms:default