lib/sources: add jj to clean source

This commit is contained in:
Will Fancher 2025-06-20 13:03:21 -04:00
parent ee930f9755
commit ff4b407e3c

View File

@ -42,7 +42,9 @@ let
# Filter out version control software files/directories
(
baseName == ".git"
|| type == "directory" && (baseName == ".svn" || baseName == "CVS" || baseName == ".hg")
||
type == "directory"
&& (baseName == ".svn" || baseName == "CVS" || baseName == ".hg" || baseName == ".jj")
)
||
# Filter out editor backup / swap files.