If I put
--ignore-file=example.txt
into my .ackrc or on the ack command-line, I get the error message "Invalid filter specification "example.txt".
The ack documentation says that the --ignore-file option takes a filter as an argument. What's a filter? How do I use --ignore-file to simply ignore a file?