From 27fbaf562409af9fa94070e4a397cbbd59cdf50c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 11 Nov 2011 22:44:53 +0000 Subject: [PATCH] updated ack ignore dirs --- custom-variables.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-variables.el b/custom-variables.el index 35434db..a4c89fd 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -4,7 +4,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(ac-menu-height 15) - '(ack-arguments (quote ("--ignore-dir=vendor/ruby"))) + '(ack-arguments (quote ("--ignore-dir=vendor/ruby" "--ignore-dir=vendor/bundle"))) '(ack-project-root-file-patterns (quote (".project\\'" ".xcodeproj\\'" ".sln\\'" "\\`Project.ede\\'" "\\`.git\\'" "\\`.bzr\\'" "\\`_darcs\\'" "\\`.hg\\'" "\\`Gemfile\\'" "\\`Rakefile\\'"))) '(ack-prompt-for-directory (quote unless-guessed)) '(aquamacs-additional-fontsets nil t)