diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-01-14 10:52:28 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-01-14 10:52:28 +0100 |
commit | 460887edca95605ee203893448d98986a2521e2d (patch) | |
tree | bff674b7833ae7065aaa78e99d9353bcb0395e50 /.gitignore | |
parent | cf1f3191d2be691b482ac86f9476c180f608ddbe (diff) | |
download | podman-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-- | .gitignore | 2 |
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 |