eu tenho ack
2.04 e procura não apenas arquivos em sua lista branca, mas tudo - logs, texto, tags.
$ echo 'needle' | tee haystack.txt haystack haystack.log
$ ack needle
haystack
1:needle
haystack.log
1:needle
haystack.txt
1:needle
$ ack --version
ack 2.04 (git commit 8f405b7)
Running under Perl 5.12.4 at /usr/bin/perl
Não há ~/.ackrc
e ack --dump
produz um monte de diretivas marcadas como padrão. Alguma idéia além de fazer manualmente ignorar arquivos desnecessários?