summaryrefslogtreecommitdiff
path: root/lisp/vc-hooks.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2007-04-28 14:08:58 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2007-04-28 14:08:58 +0000
commit456e749f1f85d7ffc408ab35ea5d3022e673bba2 (patch)
tree8c1094f7f58d246c6dc74ff0c00bcfcd514305bb /lisp/vc-hooks.el
parentf2fd2cf5c0c2a61a86e7c8fbe7baa985a24cfe0d (diff)
downloademacs-456e749f1f85d7ffc408ab35ea5d3022e673bba2.tar.gz
(vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r--lisp/vc-hooks.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index df66c817293..d67a0262d88 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -52,7 +52,9 @@ BACKEND, use `vc-handled-backends'.")
(defvar vc-header-alist ())
(make-obsolete-variable 'vc-header-alist 'vc-BACKEND-header)
-(defcustom vc-ignore-dir-regexp "\\`\\([\\/][\\/]\\|/net/\\|/afs/\\)\\'"
+(defcustom vc-ignore-dir-regexp
+ ;; Stop SMB, automounter, AFS, and DFS host lookups.
+ "\\`\\(?:[\\/][\\/]\\|/\\(?:net\\|afs\\|\\.\\\.\\.\\)/\\)\\'"
"Regexp matching directory names that are not under VC's control.
The default regexp prevents fruitless and time-consuming attempts
to determine the VC status in directories in which filenames are