Bazel: Include eclipse-out directory in .bazelignore

Since [1] (included since 0.17) Bazel added support for a .bazelignore
file, allowing to specify directories that should be ignored.

[1] https://github.com/bazelbuild/bazel/issues/4888

Change-Id: I8dfd9b5701dfcc85fd51f626af448d0306b02857
1 file changed
tree: 5e85519dbf29b5b6c3bf77ffec608cea380505b9
  1. .settings/
  2. src/
  3. tools/
  4. .bazelignore
  5. .bazelrc
  6. .gitignore
  7. bazlets.bzl
  8. BUILD
  9. external_plugin_deps.bzl
  10. README.md
  11. WORKSPACE
README.md

Delete project plugin for Gerrit Code Review

A plugin which allows projects to be deleted from Gerrit via an SSH command, REST API or the Project settings screen.

Build Status