Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support .bazelignore file for external repo #10261

Conversation

meteorcloudy
Copy link
Member

@meteorcloudy meteorcloudy commented Nov 18, 2019

RELNOTES[NEW]:
Similar to the .bazelignore in the main repository, a .bazelignore file in external repository will cause the specified directories to be ignored by Bazel. Bazel won't try to identify any packages under the directories, but the files can still be referenced in other BUILD files.

Fixes #10234
Fixes #9080

RELNOTES[NEW]:
Similar to the [.bazelignore](https://docs.bazel.build/versions/master/guide.html#.bazelignore) in the main repository, a `.bazelignore` file in external repository will cause the specified directories to be ignored by Bazel. Bazel won't try to identify any packages under the directories, but the files can still be referenced in other BUILD files.

Fixes bazelbuild#10234
Fixes bazelbuild#9080

Closes bazelbuild#10261.

PiperOrigin-RevId: 282347073
Change-Id: I6322054e8680acf7dffcfbf85104fb17c6481834
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants