mirror of
https://github.com/containers/podman.git
synced 2025-07-04 01:48:28 +08:00
.gitignore: ingore *.coverprofile from unit tests
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -21,7 +21,6 @@ __pycache__
|
|||||||
/cmd/podman/varlink/ioprojectatomicpodman.go
|
/cmd/podman/varlink/ioprojectatomicpodman.go
|
||||||
/cmd/podman/varlink/iopodman.go
|
/cmd/podman/varlink/iopodman.go
|
||||||
.gopathok
|
.gopathok
|
||||||
test/e2e/e2e.coverprofile
|
|
||||||
release.txt
|
release.txt
|
||||||
podman-remote*.zip
|
podman-remote*.zip
|
||||||
podman*.tar.gz
|
podman*.tar.gz
|
||||||
@ -29,3 +28,4 @@ podman*.tar.gz
|
|||||||
.vscode*
|
.vscode*
|
||||||
contrib/spec/podman.spec
|
contrib/spec/podman.spec
|
||||||
*.rpm
|
*.rpm
|
||||||
|
*.coverprofile
|
||||||
|
Reference in New Issue
Block a user