Replies: 1 comment 5 replies
-
Please make your question concrete by providing specific examples that others can reproduce. Does something not work? What did you try? What is actual output and what is expected output? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to exclude absolute paths with ripgrep?
--glob
and--ignore-file
is based on gitignore file which works on relative paths only. So is fd's--ignore-file
, yet absolute paths in ignore files used by fd appears to work (was suggested as a workaround to fd's--exclude
which doesn't work with absolute paths).Beta Was this translation helpful? Give feedback.
All reactions