add new comparison method rgb_difference that resembles arithmetical difference per...
[imager.git] / MANIFEST.SKIP
index 65ba01f709b97cefc2c010be9220c07f1ead8f8b..75da5da4ebf72341010afdf967106249cd93a456 100644 (file)
@@ -10,6 +10,9 @@
 # unshipped test images
 ^xtestimg/
 
+# unshipped tests
+^xt/
+
 # base for some other images
 ^testimg/pbm_base\.pgm$
 
@@ -24,6 +27,7 @@
 # editor trash
 ~$
 (^|/)\#.*\#$
+(^|/)\.\#
 
 # stuff we don't distribute
 ^TODO$
@@ -37,7 +41,6 @@
 ^fileformatdocs/
 ^extraimages/
 ^fontfiles/.*\.sfd$
-^t/x.*\.t$
 ^imcover.perl$
 
 # might distribute one day
@@ -48,7 +51,7 @@
 ^_Inline/
 
 # distributions built
-^Imager-\d\.\d\d(_\d\d)?\.tar\.gz$
+^Imager-\d\.\d+(_\d+)?\.tar\.gz$
 
 # build trash
 Makefile$
@@ -96,6 +99,12 @@ Makefile\.old$
 /meta\.tmp$
 ^imconfig\.h$
 
+# generated if we build them in their own directory
+^(PNG|TIFF|FT2|W32|GIF)/blib/
+
+# not shipped with Imager itself
+^(PNG|TIFF|FT2|W32|GIF)/MANIFEST
+
 # generated from .im files
 ^combine\.c$
 ^compose\.c$
@@ -106,6 +115,7 @@ Makefile\.old$
 ^gaussian\.c$
 ^paste\.c$
 ^render\.c$
+^rotate\.c$
 ^rubthru\.c$
 ^scale\.c$
 
@@ -130,3 +140,13 @@ Makefile\.old$
 
 # sub-module build junk
 \.bak$
+MYMETA.json
+
+# dist dir
+^Imager-[01]\.[0-9]+/
+
+# sub-module dists
+^.*\.tar\.gz$
+
+# commonly test scripts
+^\w+\.pl$