:version "25.1"
:group 'vc)
-;; Note: we don't actually have a darcs back end yet.
-;; Also, Arch is unsupported, and the Meta-CVS back end has been removed.
+;; Note: we don't actually have a darcs back end yet. Also, Arch and
+;; Repo are unsupported, and the Meta-CVS back end has been removed.
;; The Arch back end will be retrieved and fixed if it is ever required.
(defcustom vc-directory-exclusion-list (purecopy '("SCCS" "RCS" "CVS" "MCVS"
".src" ".svn" ".git" ".hg" ".bzr"
- "_MTN" "_darcs" "{arch}"))
+ "_MTN" "_darcs" "{arch}" ".repo"))
"List of directory names to be ignored when walking directory trees."
:type '(repeat string)
:group 'vc)