Add more Firecracker microVM scripts
This commit is contained in:
parent
db76f34ab6
commit
e70a0584c9
7 changed files with 185 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -162,6 +162,7 @@ cython_debug/
|
|||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# Ignore files related to Firecracker microVM, except for get_rootfs.bash which is used in image preparation.
|
||||
# Ignore files related to Firecracker microVM, except for .bash files which are used in image preparation.
|
||||
firecracker/*
|
||||
!firecracker/get_rootfs.bash
|
||||
!firecracker/*.bash
|
||||
!firecracker/vm_config.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue