summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorMasatake YAMATO <jet@gyve.org>2005-10-31 01:22:57 +0000
committerMasatake YAMATO <jet@gyve.org>2005-10-31 01:22:57 +0000
commit9a36031fef71e7d20795493928e8b6fa325e2f7d (patch)
tree83730d49392726980b8d06c52eebdc52280e9e8d /lisp
parent6c060884e516305a19f04ae5c8b595fb90c22018 (diff)
downloademacs-9a36031fef71e7d20795493928e8b6fa325e2f7d.tar.gz
(vc-directory-exclusion-list): Add "{arch}".
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/vc.el2
2 files changed, 5 insertions, 1 deletions
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 <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.
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)