ack3
ack3 copied to clipboard
Please support relative paths in --ignore-dir
I normally want to ignore the folder target
under the current one as it contains build artifacts. But ignoring any folder named 'target' anywhere is "dangerous" since I may miss something (I use ack a lot to grep on source files of thirdparty projects). It would be good to be able to specify --ignore-dir=./target to ignore just the top one.
See also #43 and #329