[roll] Roll fuchsia [check-licenses] Skip ".cache" directories by default.

This is causing issues in some environments.

For the most part, check-licenses shouldn't be traversing any directory
that starts with a dot, but the skip logic doesn't support wildcards at
the moment, so this CL just adds ".cache" to the list of skips.

Original-Fixed: 130958
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/892659
Original-Revision: 83e882af642ffcd54acc63c433ee9b09c2bb5345
GitOrigin-RevId: 0a282dc391aa9f8bf0c209c1c5d1ec781e3aa036
Change-Id: Icc28ea4972c6dfb3c787a630969ee0f85e362f2e
1 file changed
tree: a2744cf9494f96eeb444109c3e5a96030fafc01b
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.