diff options
author | Vincent Ambo <tazjin@google.com> | 2019-07-23T22·33+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-07-23T22·33+0100 |
commit | 28bb3924ff35b1adba8e058d7b17bd1e58bacef1 (patch) | |
tree | efbea33d9645dbd71db15cb04aff7e65815886d9 /tools/nixery/.gitignore | |
parent | 23260e59d9ca52cb695d14a4722d6a6ee23b163c (diff) |
chore: Add gitignore to ignore Nix build results
Diffstat (limited to 'tools/nixery/.gitignore')
-rw-r--r-- | tools/nixery/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/nixery/.gitignore b/tools/nixery/.gitignore new file mode 100644 index 000000000000..b2dec4547703 --- /dev/null +++ b/tools/nixery/.gitignore @@ -0,0 +1,2 @@ +result +result-bin |