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:
parent
abb67841f1
commit
f06ee5cc1c
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue