Browse Source

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.
tags/v1.22.0-rc0
sillyguodong 3 months ago
parent
commit
6841e58d1f
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .gitignore

+ 1
- 1
.gitignore View File

@@ -15,7 +15,7 @@ _test

# MS VSCode
.vscode
__debug_bin
__debug_bin*

*.cgo1.go
*.cgo2.c

Loading…
Cancel
Save