Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Remove buck build
  Add eclipse-out to .gitignore

Change-Id: Icf3883f8176ce031cd0a16a2a8710ee4148075e0
diff --git a/.gitignore b/.gitignore
index 2d5e737..78d2b4f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,6 @@
-/.buckversion
-/.buckd
-/buck-out
-/bucklets
-/target
 /.classpath
 /.project
 /.settings
 /.primary_build_tool
 /bazel-*
+/eclipse-out
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 88e9bc0..4f27f5b 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -1,7 +1,7 @@
 Build
 =====
 
-This plugin is built with Bazel or Buck.
+This plugin is built with Bazel.
 
 Two build modes are supported: Standalone and in Gerrit tree. Standalone
 build mode is recommended, as this mode doesn't require local Gerrit
@@ -10,8 +10,6 @@
 Build standalone
 ----------------
 
-### Bazel
-
 To build the plugin, issue the following command:
 
 ```
@@ -39,8 +37,6 @@
 Build in Gerrit tree
 --------------------
 
-### Bazel
-
 Clone or link this plugin to the plugins directory of Gerrit's source
 tree, and issue the command: