Skip to content

Commit

Permalink
Adjust VS Code debug filename match
Browse files Browse the repository at this point in the history
Ignore VS Code debug files like `__debug_bin3317791802`.

Related: #30158 (comment)
Author-Change-Id: IB#1144587
Signed-off-by: Pawel Boguslawski <pawel.boguslawski@ib.pl>
  • Loading branch information
pboguslawski committed Mar 28, 2024
1 parent f4f5b45 commit 59aa3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _test

# MS VSCode
.vscode
__debug_bin
__debug_bin*

# Architecture specific extensions/prefixes
*.[568vq]
Expand Down

0 comments on commit 59aa3a5

Please sign in to comment.