misc: Exclude vendor/ directory from ack matching

This is almost always what we want.
This commit is contained in:
James Shubin
2016-11-21 15:59:20 -05:00
parent b45a7663b3
commit e5a3dae332

1
.ackrc
View File

@@ -1,2 +1,3 @@
--ignore-dir=old/ --ignore-dir=old/
--ignore-dir=tmp/ --ignore-dir=tmp/
--ignore-dir=vendor/