Skip to content

Commit 1ec2d74

Browse files
authored
Update .gitignore to exclude go debug binaries
1 parent 587a89d commit 1ec2d74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ vendor/
1515
*.so
1616
*.dylib
1717
*.hex
18+
1819
# `__debug_bin` Debug binary generated in VSCode when using the built-in debugger.
20+
**__debug_bin*
1921
*bin
2022

2123
# IDE

0 commit comments

Comments
 (0)