diff options
author | Vincent Ambo <tazjin@google.com> | 2019-07-04T15·09+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-07-04T15·10+0100 |
commit | f217564a2d755eadaf55f304a886957e6d386985 (patch) | |
tree | c794dafbed7affb7995c94bb0aad438b3a9f8f16 /.gitignore | |
parent | e039a95de612217b7b6a50be05e1495c99ce4da3 (diff) |
chore: Add very basic .gitignore r/28
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..520d4b582e5d --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Ignore various bazel output folders +bazel-* + +# Ignore Nix result symlinks +result |