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 /.gitignore | |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 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 |