Skip to content

Commit f4f5b45

Browse files
committed
Adjust VS Code debug filename match in .gitignore
Ignore VS Code debug files like `__debug_bin3317791802`. Author-Change-Id: IB#1144587 Signed-off-by: Pawel Boguslawski <[email protected]>
1 parent 707c69f commit f4f5b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _test
1414

1515
# MS VSCode
1616
.vscode
17-
__debug_bin
17+
__debug_bin*
1818

1919
*.cgo1.go
2020
*.cgo2.c

0 commit comments

Comments
 (0)