summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile1
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
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