diff options
author | Vincent Ambo <tazjin@google.com> | 2019-09-02T16·11+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-09-02T16·12+0100 |
commit | 86d8c748a79de30d9bd4c4fdcec46d0e79ae5e6a (patch) | |
tree | 9f08f325282eafc2ca4fa107bd73ccd53f1aae45 /.gitignore | |
parent | 4d9425464233506b6c787e33e9b474dfbc0d8a62 (diff) |
chore: Catch all Nix results in gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 520d4b582e5d..3afe2d6acf13 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ bazel-* # Ignore Nix result symlinks result +result-* |