From c63bb6b9a8a9d18d661f10c1a2a6884258180fae Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 16 May 2022 16:55:09 -0700 Subject: Makefile,.gitignore: rm .install.goimports Recent commit 3b9177995e0124beb064ef8615ba9a2ae7ca4f4b removes this target, but some artifacts remain. Remove those. Fixes: 3b9177995e0124beb064ef8615ba9a2ae7ca4f4b Signed-off-by: Kir Kolyshkin --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index df7afcaf7..8932214e4 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-54-g00ecf