diff options
author | Adin Scannell <ascannell@google.com> | 2020-11-23 14:43:42 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-11-23 14:45:34 -0800 |
commit | 756bc3e52b2344dc48e0cefb929b0ebf1b9becf6 (patch) | |
tree | 9c812e5e2074f35d19280e271bf96e91bdf9e04c /.gitignore | |
parent | 3deb5d0c043dcfd8523425792c6cf8ec13b19868 (diff) |
Clean up build output.
This change also simplifies and documents the build_cmd pipeline, and
reduces general noise for debugging Makefile issues.
It also drops the mapping for /etc/docker/daemon.json, which if it
does not exist initially will create this as a directory (causing lots
of confusion and breaks).
PiperOrigin-RevId: 343932456
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a56f6ebcd..95fe857dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ # Generated bazel symlinks. -/bazel-*
\ No newline at end of file +/bazel-* +# Generated build event file. +/.build_events.json
\ No newline at end of file |