# HG changeset patch # User Masatake YAMATO # Date 1130721777 0 # Node ID 66784ee73f14fae1b341b79b214a9d3326e50ae7 # Parent 624edd899d325aa1b37f4289caf97e96b6a82f56 (vc-directory-exclusion-list): Add "{arch}". diff -r 624edd899d32 -r 66784ee73f14 lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 30 22:28:08 2005 +0000 +++ b/lisp/ChangeLog Mon Oct 31 01:22:57 2005 +0000 @@ -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 -r 624edd899d32 -r 66784ee73f14 lisp/vc.el --- a/lisp/vc.el Sun Oct 30 22:28:08 2005 +0000 +++ b/lisp/vc.el Mon Oct 31 01:22:57 2005 +0000 @@ -547,7 +547,7 @@ :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)