mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
88c980218f
We need to add the `oss-internship-2020` and `examples/hello_sapi` directories to `.bazelignore`, so that `bazel build ...` works on a clean working copy. This is because the Bazel builds in these directories use their own `WORKSPACE.bazel` and this does not nest well, leading to all kinds of hard to debug errors. PiperOrigin-RevId: 333728800 Change-Id: Ie2e68dd39bf6f8eb21af29d8ae3ae12971b408db
5 lines
110 B
Plaintext
5 lines
110 B
Plaintext
# Using CMake or own WORKSPACE
|
|
oss-internship-2020
|
|
# Uses its own WORKSPACE
|
|
sandboxed_api/examples/hello_sapi
|