diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a56f6ebcd..a2a3fd508 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ # Generated bazel symlinks. -/bazel-*
\ No newline at end of file +/bazel-* +# Generated build event file. +/.build_events.json +# Generated repository. +/repo +/repo.key
\ No newline at end of file |