+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.
: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)