add new comparison method rgb_difference that resembles arithmetical difference per...
[imager.git] / MANIFEST.SKIP
index 96d847e0a7240ab92225f72f9884c6228952175b..75da5da4ebf72341010afdf967106249cd93a456 100644 (file)
@@ -27,6 +27,7 @@
 # editor trash
 ~$
 (^|/)\#.*\#$
+(^|/)\.\#
 
 # stuff we don't distribute
 ^TODO$
@@ -50,7 +51,7 @@
 ^_Inline/
 
 # distributions built
-^Imager-\d\.\d\d(_\d\d)?\.tar\.gz$
+^Imager-\d\.\d+(_\d+)?\.tar\.gz$
 
 # build trash
 Makefile$
@@ -142,4 +143,10 @@ Makefile\.old$
 MYMETA.json
 
 # dist dir
-^Imager-[01]\.[0-9]+/
\ No newline at end of file
+^Imager-[01]\.[0-9]+/
+
+# sub-module dists
+^.*\.tar\.gz$
+
+# commonly test scripts
+^\w+\.pl$