Open
Description
Currently our --ignore-file
s are:
$ ack --dump | ack ignore-file
--ignore-file=ext:bak
--ignore-file=ext:gif,jpg,jpeg,png
--ignore-file=ext:gz,tar,tgz,zip
--ignore-file=ext:pdf
--ignore-file=is:.git
--ignore-file=match:/[.-]min[.]js$/
--ignore-file=match:/[.]css[.]map$/
--ignore-file=match:/[.]css[.]min$/
--ignore-file=match:/[.]js[.]map$/
--ignore-file=match:/[.]js[.]min$/
--ignore-file=match:/[.]min[.]css$/
--ignore-file=match:/[._].*\.swp$/
--ignore-file=match:/^#.+#$/
--ignore-file=match:/core\.\d+$/
--ignore-file=match:/~$/
--ignore-file=is:ack-standalone
--ignore-file=is:tags
See if there are other binary files that we should also be ignoring.