1[repositories] 2root = . 3prelude = tools/buck/prelude 4toolchains = tools/buck/toolchains 5none = none 6 7[repository_aliases] 8config = prelude 9buck = none 10fbcode = none 11fbsource = none 12 13[project] 14# Hide BUCK files under target/package/ from `buck build ...`. Otherwise: 15# $ buck build ... 16# //target/package/cxx-0.3.0/tests:ffi references non-existing file or directory 'target/package/cxx-0.3.0/tests/ffi/lib.rs' 17# 18# Also hide some Bazel-managed directories that contain symlinks to the repo root. 19ignore = \ 20 .git, \ 21 bazel-bin, \ 22 bazel-cxx, \ 23 bazel-out, \ 24 bazel-testlogs, \ 25 target 26 27[parser] 28target_platform_detector_spec = target:root//...->prelude//platforms:default 29