changeset 72024:ee140bf82264

(grep-find-ignored-directories): Add .svn and _darcs to list.
author Kim F. Storm <storm@cua.dk>
date Wed, 19 Jul 2006 11:19:27 +0000
parents a4c689f07211
children 7b30bf7651d1
files lisp/progmodes/grep.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/grep.el	Wed Jul 19 11:19:04 2006 +0000
+++ b/lisp/progmodes/grep.el	Wed Jul 19 11:19:27 2006 +0000
@@ -155,7 +155,7 @@
   :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)