From ee87a9f988413752768d028090f32c2ae93774a8 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 19 Jul 2006 11:19:27 +0000 Subject: [PATCH] (grep-find-ignored-directories): Add .svn and _darcs to list. --- lisp/progmodes/grep.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 37d4952058b..e7d85910a63 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -155,7 +155,7 @@ The following place holders should be present in the string: :type 'alist :group 'grep) -(defcustom grep-find-ignored-directories '("CVS" ".hg" "{arch}") +(defcustom grep-find-ignored-directories '("CVS" ".svn" "{arch}" ".hg" "_darcs") "*List of names of sub-directories which `rgrep' shall not recurse into." :type '(repeat string) :group 'grep) -- 2.39.5