mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 12:44:39 +00:00
runtime: update .gitignore to ignore monitor_address file
Run tests sometimes generate pkg/containerd-shim-v2/monitor_address, and `git status` will treat it as a new file. Package containerd-shim-v2 has moved to pkg/containerd-shim-v2, the monitor_address in .gitignore should be updated too. Fixes: #2762 Signed-off-by: bin <bin@hyper.sh>
This commit is contained in:
parent
20f4c252b8
commit
870771d76d
2
src/runtime/.gitignore
vendored
2
src/runtime/.gitignore
vendored
@ -8,7 +8,7 @@ coverage.html
|
||||
/config/*.toml
|
||||
config-generated.go
|
||||
/containerd-shim-kata-v2
|
||||
/cmd/containerd-shim-v2/monitor_address
|
||||
/pkg/containerd-shim-v2/monitor_address
|
||||
/data/kata-collect-data.sh
|
||||
/kata-monitor
|
||||
/kata-netmon
|
||||
|
Loading…
Reference in New Issue
Block a user