(grep-find-ignored-directories): Add .svn and _darcs to list.
This commit is contained in:
parent
9e2899464b
commit
ee87a9f988
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue