summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2016-05-21 19:55:01 +0200
committerDavid Ostrovsky <david@ostrovsky.org>2016-06-14 21:12:02 +0200
commitb81b4f75ae5137b838ac370db0113cc2fbdccd15 (patch)
tree4b38fa415981bc55dc93ff88e5b2a663168d84a5 /.gitignore
parent7635765a6df8d477e5c0e12a51fd6a8573086d7a (diff)
Implement Bazel build
To run the tests: bazel test //... To build the Gerrit plugin API, run: bazel build gerrit-plugin-api:plugin-api_deploy.jar To build the Gerrit extension API, run: bazel build gerrit-extension-api:extension-api_deploy.jar TODOs: Licenses Reduce visibility (all public for now) Generate HTML Documentation Core plugins gerrit_plugin() rule to build plugins in tree and standalone modes GWT UI (only gwt_module() skylark rule is provided, no gwt_binary()) PolyGerrit UI WAR Publish artifacts to Maven Central Ask Bazel team to add Gerrit to their CI on ci.bazel.io Contributed-By: Han-Wen Nienhuys <hanwen@google.com> Change-Id: I9a86e670882a44a5c966579cdeb8ed79b1590de3
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e7fe393c0c..815c5fad95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,11 @@
/.buckconfig.local
/.buckjavaargs
/.buckd
+/bazel-bin
+/bazel-genfiles
+/bazel-gerrit
+/bazel-out
+/bazel-testlogs
/buck-cache
/buck-out
/eclipse-out