From 9a36031fef71e7d20795493928e8b6fa325e2f7d Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Mon, 31 Oct 2005 01:22:57 +0000 Subject: [PATCH] (vc-directory-exclusion-list): Add "{arch}". --- lisp/ChangeLog | 4 ++++ lisp/vc.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.39.5