Skip to content

Commit

Permalink
add _build to gitignore
Browse files Browse the repository at this point in the history
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 <github@gone.nl>
  • Loading branch information
thaJeztah committed Sep 16, 2023
1 parent eac9a7f commit d29da00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
/_build/
/mount/go-local.*

0 comments on commit d29da00

Please sign in to comment.