misc: Exclude more directories from ack matching

This is almost always what we want.
This commit is contained in:
James Shubin
2022-09-11 20:38:19 -04:00
parent f6f3298e03
commit b87fa6715b

2
.ackrc
View File

@@ -1,3 +1,5 @@
--ignore-dir=old/
--ignore-dir=tmp/
--ignore-dir=vendor/
--ignore-dir=releases/
--ignore-dir=rpmbuild/