Add ".jj" to vc-directory-exclusion-list
* lisp/vc/vc-hooks.el (vc-directory-exclusion-list): Add ".jj", a directory used by the jujutsu version control system. (Bug#76524)
This commit is contained in:
parent
a205d55452
commit
bca04d3c58
1 changed files with 2 additions and 1 deletions
|
@ -123,7 +123,8 @@ An empty list disables VC altogether."
|
|||
;; 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}" ".repo")
|
||||
"_MTN" "_darcs" "{arch}" ".repo"
|
||||
".jj")
|
||||
"List of directory names to be ignored when walking directory trees."
|
||||
:type '(repeat string)
|
||||
:group 'vc)
|
||||
|
|
Loading…
Add table
Reference in a new issue