# .ackrc
# ack is a tool like grep, designed for programmers with large trees of heterogeneous source code
# brew install ack
# ack will search all files in the current directory & sub-directories

--ignore-dir=log/
--ignore-dir=spec/
--ignore-dir=tmp/
--ignore-dir=vendor/
