mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(grep-find-ignored-directories): Add .git and
.bzr to list.
This commit is contained in:
parent
593b4fa884
commit
3dd34132f8
2 changed files with 7 additions and 1 deletions
|
|
@ -157,7 +157,8 @@ The following place holders should be present in the string:
|
|||
:type 'alist
|
||||
:group 'grep)
|
||||
|
||||
(defcustom grep-find-ignored-directories '("CVS" ".svn" "{arch}" ".hg" "_darcs")
|
||||
(defcustom grep-find-ignored-directories '("CVS" ".svn" "{arch}" ".hg" "_darcs"
|
||||
".git" ".bzr")
|
||||
"*List of names of sub-directories which `rgrep' shall not recurse into."
|
||||
:type '(repeat string)
|
||||
:group 'grep)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue