From 94bb8662f4a36e666c410aefd05f29933f62fcce 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 7fa6009f..af3c61d9 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ _out # temp files cluster/multus-daemonset.yml + +# makefile GOPATH +.gopath/ \ No newline at end of file