diff options
author | Kir Kolyshkin <kolyshkin@gmail.com> | 2022-05-16 16:55:09 -0700 |
---|---|---|
committer | Kir Kolyshkin <kolyshkin@gmail.com> | 2022-05-17 13:40:57 -0700 |
commit | c63bb6b9a8a9d18d661f10c1a2a6884258180fae (patch) | |
tree | 6de31354aff39711b0e5ad6ce855e00111d52069 /Makefile | |
parent | e2d2b537affada35a0f38dbda0d57361e57bcb05 (diff) | |
download | podman-c63bb6b9a8a9d18d661f10c1a2a6884258180fae.tar.gz podman-c63bb6b9a8a9d18d661f10c1a2a6884258180fae.tar.bz2 podman-c63bb6b9a8a9d18d661f10c1a2a6884258180fae.zip |
Makefile,.gitignore: rm .install.goimports
Recent commit 3b9177995e0124beb064ef8615ba9a2ae7ca4f4b removes
this target, but some artifacts remain. Remove those.
Fixes: 3b9177995e0124beb064ef8615ba9a2ae7ca4f4b
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -923,7 +923,6 @@ clean: clean-binaries ## Clean all make artifacts libpod/pod_ffjson.go \ libpod/container_easyjson.go \ libpod/pod_easyjson.go \ - .install.goimports \ docs/build \ .venv make -C docs clean |