From ccf80c30c592a1fe7d2d61dc7acf954dc53783ee Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 6 Apr 2024 23:42:53 +0200 Subject: [PATCH] Ignore vm artifacts --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 577b0a0..a1bc0bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,9 @@ hardware-configuration.nix + +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* + +# Ignore VM artifacts +*.qcow2 +*-efi-vars.fd