diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-04-27 12:29:23 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-04-27 12:29:23 +0200 |
commit | ce0b12c92823a6aab9d786055d52576d380229a4 (patch) | |
tree | 3ccf7483ce0eacbebded3fc4ffecc309c8c0417b | |
parent | a469b2d17fb3d9783d7c9063261e9cf2325e6357 (diff) | |
download | podman-ce0b12c92823a6aab9d786055d52576d380229a4.tar.gz podman-ce0b12c92823a6aab9d786055d52576d380229a4.tar.bz2 podman-ce0b12c92823a6aab9d786055d52576d380229a4.zip |
.gitignore: add pkg/api/swagger.yaml
Ignore the generated pkg/api/swagger.yaml.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d5d1206b5..059561e16 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ podman*.tar.gz contrib/spec/podman.spec *.rpm *.coverprofile +pkg/api/swagger.yaml |