.gitignore: ingore *.coverprofile from unit tests

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2020-01-14 10:52:28 +01:00
parent cf1f3191d2
commit 460887edca

2
.gitignore vendored
View File

@ -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