Unverified Commit d13457b0 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

lib/sources: add Pijul+Darcs to cleanSource (#446955)

parents 73370a40 c2b0328f
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -44,7 +44,14 @@ let
        baseName == ".git"
        ||
          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.