mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
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. (cherry picked from commit 6841e58d1fae33311fa0239823def9dd8fba4c1f)
This commit is contained in:
parent
ee876797cc
commit
08a4aa5ac2
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -18,7 +18,7 @@ _test
|
||||||
|
|
||||||
# MS VSCode
|
# MS VSCode
|
||||||
.vscode
|
.vscode
|
||||||
__debug_bin
|
__debug_bin*
|
||||||
|
|
||||||
*.cgo1.go
|
*.cgo1.go
|
||||||
*.cgo2.c
|
*.cgo2.c
|
||||||
|
|
Loading…
Reference in a new issue