diff options
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 |