]> git.imager.perl.org - imager.git/blobdiff - MANIFEST.SKIP
add new comparison method rgb_difference that resembles arithmetical difference per...
[imager.git] / MANIFEST.SKIP
index ef04e5dd728e6ac45853fd372f593056e1dc0788..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$
@@ -99,6 +102,9 @@ Makefile\.old$
 # 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$
@@ -134,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$