gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

Update Go.ignore to add Delve compiled output

Open dvelitchkov opened this issue 4 years ago • 2 comments

Add Go Delve debugger compiled output. Default is "./ __debug_bin" per https://github.com/go-delve/delve/blob/master/Documentation/usage/dlv_debug.md#options

Reasons for making this change:

The Go Delve debugger is the de-facto standard Go debugger. Add its default compiled binary to the ignore list.

Links to documentation supporting these rule changes:

https://github.com/go-delve/delve/blob/master/Documentation/usage/dlv_debug.md#options

dvelitchkov avatar Sep 22 '20 19:09 dvelitchkov

Is there a way to bump this? I'd like this added too.

jollyrogue avatar Feb 23 '22 19:02 jollyrogue

+1 I add __debug_bin to every go .gitignore.

daniellanner avatar May 09 '22 13:05 daniellanner