Yes ignoring .gitignore contents is a very useful feature.
That could be added quite easily to findrepo though would probably have to be an opt as it is often useful to search intermediate build files etc. that aren't checked in. Whereas `git grep` handles the other use case of only searching checked in files.
Interesting info wrt efficient unicode processing for \w and -i.
Interesting info wrt efficient unicode processing for \w and -i.
cheers