From 0b1a33326a4994402b0da6a2ddf202ca7b670dea Mon Sep 17 00:00:00 2001 From: veilor-org Date: Wed, 6 May 2026 10:50:04 +0100 Subject: [PATCH] chore: gitignore auto-install-vm test artifacts Test rig was leaking test/auto-install-vm.{nvram,qcow2} into untracked state. Pattern matches existing veilor-vm.* exclusion. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f737619..d28d4a7 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,6 @@ secrets/ *.pem test/veilor-vm.qcow2 test/veilor-vm.nvram* +test/auto-install-vm.qcow2 +test/auto-install-vm.nvram* .claude/worktrees/