beyondgrep / ack2

**ack 2 is no longer being maintained. ack 3 is the latest version.**
https://github.com/beyondgrep/ack3/
Other
1.48k stars 140 forks source link

Ignore .gitignore by default #270

Closed mcandre closed 11 years ago

mcandre commented 11 years ago

My .gitignore is showing up in ack results, so I inserted --ignore-file=is:.gitignore into my ~/.ackrc. Could we ignore .gitignore by default? Do we want to ignore .gitignore?

petdance commented 11 years ago

For that matter, should we ignore it because it's a dotfile?

petdance commented 11 years ago

We are not going to be ignoring dotfiles in ack 2, so the question is, should .gitignore be ignored by default? I don't think it should.