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

Commits on Nov 28, 2019

  1. Support .bazelignore file for external repo

    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
    meteorcloudy committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    b9e8174 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Configuration menu
    Copy the full SHA
    ad26ea9 View commit details
    Browse the repository at this point in the history
  2. Refactor

    meteorcloudy committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    ee4f255 View commit details
    Browse the repository at this point in the history