mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-29 12:04:21 +01:00
In addition to coverage.txt, the go-test.sh script creates coverage.txt.tmp files while running. These are temporary and certainly shouldn't be committed, so add them to the gitignore file. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21 lines
406 B
Plaintext
21 lines
406 B
Plaintext
*.o
|
|
*.patch
|
|
*.swp
|
|
coverage.txt
|
|
coverage.txt.tmp
|
|
coverage.html
|
|
.git-commit
|
|
.git-commit.tmp
|
|
/config/*.toml
|
|
config-generated.go
|
|
/containerd-shim-kata-v2
|
|
/pkg/containerd-shim-v2/monitor_address
|
|
/data/kata-collect-data.sh
|
|
/kata-monitor
|
|
/kata-runtime
|
|
/pkg/katautils/config-settings.go
|
|
/virtcontainers/hack/virtc/virtc
|
|
/virtcontainers/hook/mock/hook
|
|
/virtcontainers/profile.cov
|
|
/virtcontainers/utils/supportfiles
|