[fxicfg] Remove stale files and directories

If an output file is changed or removed, this will
ensure that the old file is removed, along with its
parent directory if the directory is empty.

Bug: IN-1200 #comment
Change-Id: Ib9dcd163b0797390a7e270ae4b24a3707240fc38
3 files changed
tree: 7fc893ddfde7252abd9e0674ec96d3cd42ea5f42
  1. cmd/
  2. fxicfg/
  3. gerrit-policy/
  4. gotidy/
  5. retry/
  6. tools/
  7. .gitignore
  8. AUTHORS
  9. go.mod
  10. go.sum
  11. LICENSE
  12. MAINTAINERS
  13. manifest
  14. packages_to_publish.json
  15. PATENTS
  16. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}