Mercurial > emacs
changeset 66569:66784ee73f14
(vc-directory-exclusion-list): Add "{arch}".
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Mon, 31 Oct 2005 01:22:57 +0000 |
parents | 624edd899d32 |
children | 272a21a12d44 |
files | lisp/ChangeLog lisp/vc.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jet@gyve.org> + + * vc.el (vc-directory-exclusion-list): Add "{arch}". + 2005-10-30 Chong Yidong <cyd@stupidchicken.com> * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
--- 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)