diff options
author | Shea Levy <shea@shealevy.com> | 2016-08-10T14·44-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2017-01-20T14·47-0500 |
commit | bfa41eb6714a7e7c3956389ee063e898bd1f37ff (patch) | |
tree | 53238d800afb6fbaa2874c69e2750627e17d4d2e /.gitignore | |
parent | 8af062f372ae5db6a90700641f15d98505b4a839 (diff) |
nix-copy-closure: Implement in C++.
Tests fail currently because the database is not given proper hashes in the VM
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 92f95fe1fcb9..a8abc64ada50 100644 --- a/.gitignore +++ b/.gitignore @@ -81,6 +81,8 @@ Makefile.config # /src/nix-build/ /src/nix-build/nix-build +/src/nix-copy-closure/nix-copy-closure + /src/build-remote/build-remote # /tests/ |