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 | |
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>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index f6eee2fe0..e1eaee2ce 100644 --- a/.gitignore +++ b/.gitignore @@ -39,5 +39,4 @@ tags result # Necessary to prevent hack/tree-status.sh false-positive /*runner_stats.log -.install.goimports .generate-bindings @@ -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 |