diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-04 21:05:41 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-04 21:05:41 +0000 |
commit | efc5e45e95734cdade04ad6231c5185a298357d0 (patch) | |
tree | 21d405b7b193ea9f3eee309e09747c3e8819be09 /.gitignore | |
parent | 0f44b60e6dc999697bf9f2a4b3652a0551016598 (diff) |
Add `src/libutil/tests/libutil-tests` to `.gitignore`
I gather this comes from the new unit tests.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ad5684123..983026570 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,9 @@ perl/Makefile.config # /src/libstore/ *.gen.* +# /src/libutil/ +/src/libutil/tests/libutil-tests + /src/nix/nix # /src/nix-env/ |