From acb13c6908e7c8847378264e91d0396437334928 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 11 Jun 2025 15:14:18 -0700 Subject: [PATCH] Use match for bazel directories in ackrc. --- dotfiles/ackrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dotfiles/ackrc b/dotfiles/ackrc index aae61c4..64ea736 100644 --- a/dotfiles/ackrc +++ b/dotfiles/ackrc @@ -1,5 +1,4 @@ --follow --pager=less -LMXRF --smart-case ---ignore-dir=bazel-out ---ignore-dir=bazel-bin +--ignore-dir='match:bazel-.*'