[git] Add .gitignore, ignore .cipd/ and .build-id/

.cipd/ is an internal directory managed by the cipd client which
shouldn't be included in the repo.

.build-id/ should potentially be in the repo (?) but it's way too big
and it would be best to exclude debug binaries for the sake of the
checkout time until we're absolutely sure we need them.

Bug: 120912
Change-Id: I12a3af01785bded02c0f3bf04072edcc0e07c97c
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia-bazel-rules/+/799762
Fuchsia-Auto-Submit: Anthony Fandrianto <atyfto@google.com>
Reviewed-by: Oliver Newman <olivernewman@google.com>
Commit-Queue: Anthony Fandrianto <atyfto@google.com>
1 file changed
tree: 9a676746efb2ea3e16213392a0cdaa08933d7133
  1. .gitignore
  2. AUTHORS
  3. CONTRIBUTING.md
  4. LICENSE
  5. PATENTS
  6. README.md
README.md

Fuchsia Open Source Template Repository

This repository is a template that we will use when creating new open source repositories for Fuchsia.