commit | bf2c4d914757fff11dd2b38b420f7067340f6249 | [log] [tgz] |
---|---|---|
author | Yun Peng <pcloudy@google.com> | Fri Dec 13 09:21:28 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Dec 13 09:23:23 2019 -0800 |
tree | ce495884a5744972a536f46bd6419d5e5711b907 | |
parent | 5bd6369f3e279eb4bbab522342f8edf0ff656fc6 [diff] |
Support .bazelignore file for external repo Fixes https://github.com/bazelbuild/bazel/issues/10234 Fixes https://github.com/bazelbuild/bazel/issues/9080 Closes #10261. 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. PiperOrigin-RevId: 285412849
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md