9c35979e12
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
33 lines
508 B
Plaintext
33 lines
508 B
Plaintext
# Keep following lines sorted according to `LC_COLLATE=C sort`
|
|
*.eml
|
|
*.iml
|
|
*.pyc
|
|
*.sublime-*
|
|
*.swp
|
|
*~
|
|
.DS_Store
|
|
.gwt_work_dir
|
|
/.apt_generated
|
|
/.bazel_path
|
|
/.buckd
|
|
/.classpath
|
|
/.factorypath
|
|
/.idea
|
|
/.metadata
|
|
/.project
|
|
/.settings/org.eclipse.ltk.core.refactoring.prefs
|
|
/.settings/org.eclipse.m2e.core.prefs
|
|
/.settings/org.maven.ide.eclipse.prefs
|
|
/bazel-*
|
|
/bin/
|
|
/eclipse-out
|
|
/extras
|
|
/gerrit-package-plugins
|
|
/gwt-unitCache
|
|
/infer-out
|
|
/local.properties
|
|
/plugins/cookbook-plugin/
|
|
/test_site
|
|
/tools/format
|
|
/.vscode
|