diff options
author | Masatake YAMATO <jet@gyve.org> | 2005-10-31 01:22:57 +0000 |
---|---|---|
committer | Masatake YAMATO <jet@gyve.org> | 2005-10-31 01:22:57 +0000 |
commit | 9a36031fef71e7d20795493928e8b6fa325e2f7d (patch) | |
tree | 83730d49392726980b8d06c52eebdc52280e9e8d /lisp/vc.el | |
parent | 6c060884e516305a19f04ae5c8b595fb90c22018 (diff) | |
download | emacs-9a36031fef71e7d20795493928e8b6fa325e2f7d.tar.gz |
(vc-directory-exclusion-list): Add "{arch}".
Diffstat (limited to 'lisp/vc.el')
-rw-r--r-- | lisp/vc.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |