]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-directory-exclusion-list): Add "{arch}".
authorMasatake YAMATO <jet@gyve.org>
Mon, 31 Oct 2005 01:22:57 +0000 (01:22 +0000)
committerMasatake YAMATO <jet@gyve.org>
Mon, 31 Oct 2005 01:22:57 +0000 (01:22 +0000)
lisp/ChangeLog
lisp/vc.el

index d784f77ff11680a57c2547261d9fac190c3a6bf0..08a47cc4f80f04f2dd3a71d02a2464fa1aa8e052 100644 (file)
@@ -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.
index eb27390cea49830a461527ca819a833ff29b1637..5ad3186ea736955c1f841fbca400ba756e0a49e0 100644 (file)
@@ -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)