]> git.eshelyaron.com Git - emacs.git/commitdiff
(grep-find-ignored-directories): Add .svn and _darcs to list.
authorKim F. Storm <storm@cua.dk>
Wed, 19 Jul 2006 11:19:27 +0000 (11:19 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 19 Jul 2006 11:19:27 +0000 (11:19 +0000)
lisp/progmodes/grep.el

index 37d4952058b782100ac7988d9df261b1e352e758..e7d85910a63ab357d29713e0fb97681ae197f4ad 100644 (file)
@@ -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)