Ignore transient VM artifacts
Prevent state directories, sockets, and scratch rootfs files from being tracked.
This commit is contained in:
parent
a0c298d9b0
commit
f07b2da0af
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
state/
|
||||
*.log
|
||||
*.sock
|
||||
*.pid
|
||||
*.tgz
|
||||
*.squashfs*
|
||||
squashfs-root/
|
||||
Loading…
Add table
Add a link
Reference in a new issue