-
I was wondering how ripgrep excludes binary files. Does it use something like The reason I am asking this is because ripgrep is used by VSCode and it's not returning file matches within binary files. I was wondering if that's something ripgrep does or if VSCode maybe passes some exclude pattern. |
Beta Was this translation helpful? Give feedback.
Answered by
d3lm
Nov 6, 2021
Replies: 1 comment 2 replies
-
Oh I think I actually just found the answer here. It looks for a |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
BurntSushi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh I think I actually just found the answer here. It looks for a
NUL
byte.