From 3e4a21d0e063be26705590e46c2986878118f93b Mon Sep 17 00:00:00 2001 From: Gan Jun Jie Date: Thu, 6 Jul 2023 17:46:33 +0800 Subject: [PATCH] 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 --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index 3b735ec4..1a465d7d 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -19,3 +19,6 @@ # Go workspace file go.work + +# Delve debugger binary +__debug_bin*