* lisp/vc/vc-hooks.el (vc-directory-exclusion-list): Add ".jj", a
directory used by the jujutsu version control system. (Bug#76524)
(cherry picked from commit
bca04d3c580e3bd3d787274973d33ce95098d423)
;; The Arch back end will be retrieved and fixed if it is ever required.
(defcustom vc-directory-exclusion-list '("SCCS" "RCS" "CVS" "MCVS"
".src" ".svn" ".git" ".hg" ".bzr"
- "_MTN" "_darcs" "{arch}")
+ "_MTN" "_darcs" "{arch}" ".repo"
+ ".jj")
"List of directory names to be ignored when walking directory trees."
:type '(repeat string)
:group 'vc)