mirror of
https://github.com/NixOS/nix
synced 2025-06-24 13:51:16 +02:00
Add src/libutil/tests/libutil-tests
to .gitignore
I gather this comes from the new unit tests.
This commit is contained in:
parent
0f44b60e6d
commit
efc5e45e95
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -49,6 +49,9 @@ perl/Makefile.config
|
|||
# /src/libstore/
|
||||
*.gen.*
|
||||
|
||||
# /src/libutil/
|
||||
/src/libutil/tests/libutil-tests
|
||||
|
||||
/src/nix/nix
|
||||
|
||||
# /src/nix-env/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue