lib/sources: add Pijul to cleanSource

This commit is contained in:
·𐑑𐑴𐑕𐑑𐑩𐑤
2025-09-29 01:02:35 +07:00
parent 0caaf1b36d
commit e6e1581d39

View File

@@ -44,7 +44,13 @@ let
baseName == ".git" baseName == ".git"
|| ||
type == "directory" type == "directory"
&& (baseName == ".svn" || baseName == "CVS" || baseName == ".hg" || baseName == ".jj") && (
baseName == ".svn"
|| baseName == "CVS"
|| baseName == ".hg"
|| baseName == ".jj"
|| baseName == ".pijul"
)
) )
|| ||
# Filter out editor backup / swap files. # Filter out editor backup / swap files.