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.
This commit is contained in:
veilor-org 2026-05-06 10:50:04 +01:00 committed by s8n
parent d9b206e46b
commit 1fa45c3749

2
.gitignore vendored
View file

@ -13,4 +13,6 @@ secrets/
*.pem *.pem
test/veilor-vm.qcow2 test/veilor-vm.qcow2
test/veilor-vm.nvram* test/veilor-vm.nvram*
test/auto-install-vm.qcow2
test/auto-install-vm.nvram*
.claude/worktrees/ .claude/worktrees/