▲ | burntsushi 2 days ago | |||||||
I was extremely careful with my wording. Re-quoting, with added emphasis: > ripgrep should generally already be approximating `git ls-files` by respecting gitignore. | ||||||||
▲ | EnPissant 2 days ago | parent [-] | |||||||
I'm just trying to be helpful, not call you out. I've implemented gitignore aware file scanning before, and it was slower than git native operations when you only care about tracked files. It's the speed that is the part I was speaking too, not the semantics. | ||||||||
|