.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/iopodman.go
.gopathok
test/e2e/e2e.coverprofile
release.txt
podman-remote*.zip
podman*.tar.gz
@ -29,3 +28,4 @@ podman*.tar.gz
.vscode*
contrib/spec/podman.spec
*.rpm
*.coverprofile