lib/sources: add jj to clean source (#423613)
This commit is contained in:
commit
e2be354fc2
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user