lib/sources: add Pijul+Darcs to cleanSource (#446955)
This commit is contained in:
@@ -44,7 +44,14 @@ 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"
|
||||||
|
|| baseName == "_darcs"
|
||||||
|
)
|
||||||
)
|
)
|
||||||
||
|
||
|
||||||
# Filter out editor backup / swap files.
|
# Filter out editor backup / swap files.
|
||||||
|
|||||||
Reference in New Issue
Block a user