From 80ebc553eca19dafc64c47420cd49ddd506bc9b7 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 9 Aug 2016 06:24:19 -0400 Subject: nix-build: Port to c++ This was a dumb line-for-line rewrite, because nix build/nix run/etc. will replace it. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a524e9b6a29b..2252e512af8c 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,6 @@ Makefile.config /scripts/nix-prefetch-url /scripts/nix-install-package /scripts/nix-channel -/scripts/nix-build /scripts/nix-copy-closure /scripts/NixConfig.pm /scripts/NixManifest.pm @@ -77,6 +76,9 @@ Makefile.config # /src/download-via-ssh/ /src/download-via-ssh/download-via-ssh +# /src/nix-build/ +/src/nix-build/nix-build + # /tests/ /tests/test-tmp /tests/common.sh -- cgit 1.4.1