diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-04-16 12:13:53 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-04-16 12:14:23 +0200 |
commit | 04e83f63a8d0fb09dc49cb5c396abda984da89ee (patch) | |
tree | 5db1640ff26bfdca3656fd6a3672bf77df637724 /.gitignore | |
parent | 084cfb81da4f3f3e06ad35bfb3ea52027f62273b (diff) | |
download | podman-04e83f63a8d0fb09dc49cb5c396abda984da89ee.tar.gz podman-04e83f63a8d0fb09dc49cb5c396abda984da89ee.tar.bz2 podman-04e83f63a8d0fb09dc49cb5c396abda984da89ee.zip |
.gitignore: ignore v2 remote
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 c1742a27e..37950a448 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,4 @@ podman*.tar.gz contrib/spec/podman.spec *.rpm *.coverprofile -/cmd/podmanV2/podmanV2 +/cmd/podmanV2/podmanV2* |