summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDave Borowitz <dborowitz@google.com>2017-11-14 08:40:55 -0500
committerDave Borowitz <dborowitz@google.com>2018-02-07 09:16:41 -0500
commit9c35979e1266753be94bdf5e3db2da304504007d (patch)
tree0041c00741314b4a9a23ea84574877371b3ca9fb /.gitignore
parentb457c1936c6c49f182947612ef6ad28a6c33d459 (diff)
Remove outstanding references to buck
Most references are in documentation and comments. The main developer-visible behavior change is moving the downloaded artifact cache from ~/.gerritcodereview/buck-cache to bazel-cache, which will result in re-downloading dependencies on the next build; this had to happen sooner or later. Alternatives, which are not worth the effort, include teaching the scripts to accept both locations, or having it rearrange and/or symlink directories behind the scenes. There are just a few references remaining, all of which are intentional: $ git grep -Pi '\bbuck(lets?)?\b' HEAD HEAD:java/com/google/gerrit/httpd/raw/StaticModule.java: // https://gerrit-review.googlesource.com/#/c/57570/57/gerrit-httpd/BUCK@32 HEAD:resources/com/google/gerrit/server/mime/mime-types.properties:bucklet = text/x-python HEAD:resources/com/google/gerrit/server/mime/mime-types.properties:BUCK = text/x-python Change-Id: Idb93a483451ccf86ba96c379d38008a7894c3f95
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 0e954ced51..5fdc85b159 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,7 +20,6 @@
/.settings/org.maven.ide.eclipse.prefs
/bazel-*
/bin/
-/buck-out
/eclipse-out
/extras
/gerrit-package-plugins
@@ -30,4 +29,4 @@
/plugins/cookbook-plugin/
/test_site
/tools/format
-/.vscode \ No newline at end of file
+/.vscode