From a2e548a97eb82518771d81e709caa5aca71f2d7a Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 30 Aug 2007 09:33:49 +0000 Subject: [PATCH] (grep-find-ignored-directories): Add monotone _MTN bookkeeping directory in workspaces. Add RCS control directory. List items in alphabetical order. --- lisp/ChangeLog | 6 ++++++ lisp/progmodes/grep.el | 12 ++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d493241daaf..4c923e43a4d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2007-08-30 Jari Aalto (tiny change) + + * progmodes/grep.el (grep-find-ignored-directories): Add + monotone _MTN bookkeeping directory in workspaces. Add + RCS control directory. List items in alphabetical order. + 2007-08-29 Dan Nicolaescu * vc-hg.el (vc-hg-extra-menu-map): New variable. diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 91518641938..ff76907ed9a 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -157,8 +157,16 @@ The following place holders should be present in the string: :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) -- 2.39.2