From d29da0076466482a8dab5de8d4161eb9cc130174 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 16 Sep 2023 12:43:10 +0200 Subject: [PATCH] add _build to gitignore When running golangci-lint locally (make lint), it compiles the golangci-lint binary in BINDIR, which defaults to _build/bin inside the repository. Signed-off-by: Sebastiaan van Stijn --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5ec4c027..58ef1e49 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +/_build/ /mount/go-local.*