(grep-find-ignored-directories): Add .svn and _darcs to list.

This commit is contained in:
Kim F. Storm 2006-07-19 11:19:27 +00:00
parent 9e2899464b
commit ee87a9f988

View 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)