diff options
author | Shea Levy <shea@shealevy.com> | 2016-07-20T18·00-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2016-07-21T11·04-0400 |
commit | 3c46fe62b833a4e66845665edc99555022d3d98c (patch) | |
tree | cc4989fba424d52ecb2066ca4173bb4102fabc80 /.gitignore | |
parent | 06068b353d7867d0e0299d4285e9b1a46195144c (diff) |
find-runtime-roots: fold into gc.cc
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 178783d22d36..a524e9b6a29b 100644 --- a/.gitignore +++ b/.gitignore @@ -60,6 +60,7 @@ Makefile.config # /src/libstore/ /src/libstore/schema.sql.hh +/src/libstore/sandbox-defaults.sb # /src/nix-env/ /src/nix-env/nix-env @@ -94,6 +95,8 @@ Makefile.config /misc/systemd/nix-daemon.socket /misc/upstart/nix-daemon.conf +inst/ + *.a *.o *.so |