Ignore `__debug_bin*` which is generated by vscode when debugging (#29524)

When debugging in VSCode now, the executable file generated will come
with a random string attached.
pull/29501/head^2
sillyguodong 9 months ago committed by GitHub
parent cee08f6347
commit 6841e58d1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .gitignore

2
.gitignore vendored

@ -15,7 +15,7 @@ _test
# MS VSCode
.vscode
__debug_bin
__debug_bin*
*.cgo1.go
*.cgo2.c

Loading…
Cancel
Save