summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-11-23 14:43:42 -0800
committergVisor bot <gvisor-bot@google.com>2020-11-23 14:45:34 -0800
commit756bc3e52b2344dc48e0cefb929b0ebf1b9becf6 (patch)
tree9c812e5e2074f35d19280e271bf96e91bdf9e04c /.gitignore
parent3deb5d0c043dcfd8523425792c6cf8ec13b19868 (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--.gitignore4
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