main: filter _darcs when assembling set of files in .domtool
[hcoop/domtool2.git] / src / main.sml
index 0a241fa..3079263 100644 (file)
@@ -118,6 +118,7 @@ fun check G fname =
 
 fun notTmp s =
     String.sub (s, 0) <> #"."
+    andalso s <> "_darcs"
     andalso CharVector.all (fn ch => Char.isAlphaNum ch orelse ch = #"." orelse ch = #"_" orelse ch = #"-") s
 
 fun setupUser () =