mirror of https://github.com/containers/podman.git
Makefile,.gitignore: rm .install.goimports
Recent commit3b9177995e
removes this target, but some artifacts remain. Remove those. Fixes:3b9177995e
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
e2d2b537af
commit
c63bb6b9a8
|
@ -39,5 +39,4 @@ tags
|
||||||
result
|
result
|
||||||
# Necessary to prevent hack/tree-status.sh false-positive
|
# Necessary to prevent hack/tree-status.sh false-positive
|
||||||
/*runner_stats.log
|
/*runner_stats.log
|
||||||
.install.goimports
|
|
||||||
.generate-bindings
|
.generate-bindings
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -923,7 +923,6 @@ clean: clean-binaries ## Clean all make artifacts
|
||||||
libpod/pod_ffjson.go \
|
libpod/pod_ffjson.go \
|
||||||
libpod/container_easyjson.go \
|
libpod/container_easyjson.go \
|
||||||
libpod/pod_easyjson.go \
|
libpod/pod_easyjson.go \
|
||||||
.install.goimports \
|
|
||||||
docs/build \
|
docs/build \
|
||||||
.venv
|
.venv
|
||||||
make -C docs clean
|
make -C docs clean
|
||||||
|
|
Loading…
Reference in New Issue