I have certain CSS files of fileName *-c.css and *-gen.css which I want to ignore from ack-grep searches.
I see that --type-set=TYPENAME=.extension does not accept regex filters like *-c.css, any idea of how to get around this problem ?
I came across ack-grep 2.0 which provides --ignore-file option based on regex pattern as below and it worked after adding it to ~/.ackrc.
--ignore-file=match:-c.js --ignore-file=match:-gen.js --ignore-file=match:-c.css --ignore-file=match:-gen.css
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With