Mercurial > emacs
changeset 83778:309cf30d46f5
(grep-find-ignored-directories): Add
monotone _MTN bookkeeping directory in workspaces. Add
RCS control directory. List items in alphabetical order.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Thu, 30 Aug 2007 09:32:41 +0000 |
parents | 7bb8abfd78c8 |
children | e432197646f8 |
files | lisp/progmodes/grep.el |
diffstat | 1 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/grep.el Thu Aug 30 05:19:25 2007 +0000 +++ b/lisp/progmodes/grep.el Thu Aug 30 09:32:41 2007 +0000 @@ -157,8 +157,16 @@ :type 'alist :group 'grep) -(defcustom grep-find-ignored-directories '("CVS" ".svn" "{arch}" ".hg" "_darcs" - ".git" ".bzr") +(defcustom grep-find-ignored-directories + '(".bzr" + ".git" + ".hg" + ".svn" + "CVS" + "RCS" + "_MTN" + "_darcs" + "{arch}") "*List of names of sub-directories which `rgrep' shall not recurse into." :type '(repeat string) :group 'grep)