Update Go.ignore to add Delve debugger binary output

the other 2 PRs on this are outdated and inactive:
- https://github.com/github/gitignore/pull/4239
- https://github.com/github/gitignore/pull/3530
This commit is contained in:
Gan Jun Jie 2023-07-06 17:46:33 +08:00 committed by GitHub
parent 4488915eec
commit 3e4a21d0e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -19,3 +19,6 @@
# Go workspace file
go.work
# Delve debugger binary
__debug_bin*