diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-11-29 19:33:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-29 19:33:31 +0100 |
commit | f102d793f12943b48bfaa13f4a906d7013e0c88c (patch) | |
tree | 615dcadc913c0b5544f1e4d4cae163e0c1f2bd71 /.gitignore | |
parent | 895ed4cef09729609d9f1c0b0abe1cc86356c086 (diff) | |
parent | 39954a958623431acb8642372f881cbdb7bb789d (diff) |
Merge pull request #2748 from edolstra/rust
Make nix/unpack-channel.nix a builtin builder
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3f9758b9d..e10c75418 100644 --- a/.gitignore +++ b/.gitignore @@ -85,6 +85,7 @@ perl/Makefile.config /tests/restricted-innocent /tests/shell /tests/shell.drv +/tests/config.nix # /tests/lang/ /tests/lang/*.out @@ -118,3 +119,5 @@ GPATH GRTAGS GSYMS GTAGS + +nix-rust/target |