commit 934278b8ec98f47485a839528c68eded3793afc0 parent 868182d4138a361ef5db260c9c2062f46e235072 Author: Chris Bracken <chris@bracken.jp> Date: Thu, 2 May 2019 21:06:34 -0700 Add .gitignore Diffstat:
A | .gitignore | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1,7 @@ +# Ignore all bazel-* symlinks. There is no full list since this can change +# based on the name of the directory bazel is cloned into. +/bazel-* + +*~ +.*.sw? +.DS_Store