From b357b545d396008029f0b9a5db39dc5121a9416d Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 30 Jul 2024 11:19:50 +0200 Subject: [PATCH] gitignore: add `.nixos-test-history` Add the artifacts created by nixos tests to gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 84945a95e..890024cdb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .direnv +**/.nixos-test-history ***/.hypothesis out.log .coverage.*