From 42af22fb62b197cce2f1395772919cf3daf51edd Mon Sep 17 00:00:00 2001 From: Or Shoval Date: Thu, 16 Nov 2023 16:56:14 +0200 Subject: [PATCH] add gopath to gitignore Signed-off-by: Or Shoval --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0135e4959..8e8515ab8 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ _out # temp files cluster/multus-daemonset.yml + +# makefile GOPATH +.gopath/