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