lib/sources: add jj to clean source (#423613)

This commit is contained in:
Sandro 2025-07-09 14:52:35 +02:00 committed by GitHub
commit e2be354fc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.