From 70e52f712649faa640361fe38bf76328356136d8 Mon Sep 17 00:00:00 2001 From: oscollabus Date: Fri, 24 Nov 2023 01:09:20 +0200 Subject: [PATCH] add gopath to gitignore (#293) Signed-off-by: Or Shoval --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7fa6009f..8dd7f2b5 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ _out # temp files cluster/multus-daemonset.yml + +# makefile GOPATH +.gopath/