diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-07-27 02:02:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-27 02:02:44 +0200 |
commit | 5397a00a1cd94c0fa16f215beaa60e3f4883403c (patch) | |
tree | ab754f3af97c1101c63c509176e3d99cc9a3fbd6 /contrib/pkginstaller/.gitignore | |
parent | 4277b1fdc5a2157ff3cc225ccccb7b830126b6d3 (diff) | |
parent | c35ae7640cfa9503c814869347252025a9037637 (diff) | |
download | podman-5397a00a1cd94c0fa16f215beaa60e3f4883403c.tar.gz podman-5397a00a1cd94c0fa16f215beaa60e3f4883403c.tar.bz2 podman-5397a00a1cd94c0fa16f215beaa60e3f4883403c.zip |
Merge pull request #14540 from anjannath/pkginstaller
Add support for building macOS pkg installer
Diffstat (limited to 'contrib/pkginstaller/.gitignore')
-rw-r--r-- | contrib/pkginstaller/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/pkginstaller/.gitignore b/contrib/pkginstaller/.gitignore new file mode 100644 index 000000000..5e597ab07 --- /dev/null +++ b/contrib/pkginstaller/.gitignore @@ -0,0 +1,6 @@ +out +Distribution +welcome.html +tmp-download +.vscode +root |