From 08a4aa5ac20706d564618313540bde0acab7f3bc 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. (cherry picked from commit 6841e58d1fae33311fa0239823def9dd8fba4c1f) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 12014d405..34c71b697 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ _test # MS VSCode .vscode -__debug_bin +__debug_bin* *.cgo1.go *.cgo2.c