Makefile,.gitignore: rm .install.goimports

Recent commit 3b9177995e removes
this target, but some artifacts remain. Remove those.

Fixes: 3b9177995e
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin 2022-05-16 16:55:09 -07:00
parent e2d2b537af
commit c63bb6b9a8
2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View File

@ -39,5 +39,4 @@ tags
result
# Necessary to prevent hack/tree-status.sh false-positive
/*runner_stats.log
.install.goimports
.generate-bindings

View File

@ -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