gitignore: add .nixos-test-history

Add the artifacts created by nixos tests to gitignore.
This commit is contained in:
a-kenji
2024-07-30 11:19:50 +02:00
committed by kenji
parent cde34a456b
commit 386ef283ca

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
.direnv
**/.nixos-test-history
***/.hypothesis
out.log
.coverage.*