summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-01-14 10:52:28 +0100
committerValentin Rothberg <rothberg@redhat.com>2020-01-14 10:52:28 +0100
commit460887edca95605ee203893448d98986a2521e2d (patch)
treebff674b7833ae7065aaa78e99d9353bcb0395e50 /.gitignore
parentcf1f3191d2be691b482ac86f9476c180f608ddbe (diff)
downloadpodman-460887edca95605ee203893448d98986a2521e2d.tar.gz
podman-460887edca95605ee203893448d98986a2521e2d.tar.bz2
podman-460887edca95605ee203893448d98986a2521e2d.zip
.gitignore: ingore *.coverprofile from unit tests
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f14f08396..6ebb899cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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