fix(gitignore): Ignore QEMU-vm disk image files
This commit is contained in:
parent
c19f8a0822
commit
03fa106aec
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,3 +4,6 @@ result
|
|||
result-*
|
||||
|
||||
.direnv
|
||||
|
||||
#ignore vm images
|
||||
*.qcow2
|
||||
|
|
Loading…
Reference in a new issue