From: Masatake YAMATO Date: Mon, 31 Oct 2005 01:22:57 +0000 (+0000) Subject: (vc-directory-exclusion-list): Add "{arch}". X-Git-Tag: emacs-pretest-22.0.90~6174 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a36031fef71e7d20795493928e8b6fa325e2f7d;p=emacs.git (vc-directory-exclusion-list): Add "{arch}". --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d784f77ff11..08a47cc4f80 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-10-31 Masatake YAMATO + + * vc.el (vc-directory-exclusion-list): Add "{arch}". + 2005-10-30 Chong Yidong * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs. diff --git a/lisp/vc.el b/lisp/vc.el index eb27390cea4..5ad3186ea73 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -547,7 +547,7 @@ These are passed to the checkin program by \\[vc-register]." :group 'vc :version "20.3") -(defcustom vc-directory-exclusion-list '("SCCS" "RCS" "CVS" "MCVS" ".svn") +(defcustom vc-directory-exclusion-list '("SCCS" "RCS" "CVS" "MCVS" ".svn" "{arch}") "*List of directory names to be ignored when walking directory trees." :type '(repeat string) :group 'vc)