Commit e6e1581d authored by toastal's avatar toastal
Browse files

lib/sources: add Pijul to cleanSource

parent 0caaf1b3
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -44,7 +44,13 @@ let
        baseName == ".git"
        ||
          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.