From 6841e58d1fae33311fa0239823def9dd8fba4c1f Mon Sep 17 00:00:00 2001 From: sillyguodong <33891828+sillyguodong@users.noreply.github.com> Date: Fri, 1 Mar 2024 22:18:35 +0800 Subject: [PATCH] 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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 814d910315..8f2544866a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ _test # MS VSCode .vscode -__debug_bin +__debug_bin* *.cgo1.go *.cgo2.c