]> git.imager.perl.org - imager.git/blobdiff - MANIFEST.SKIP
[rt #74540] handle the TIFF SampleFormat tag
[imager.git] / MANIFEST.SKIP
index b720a562f9220a53cb77857fa7d653add5de96a5..9743d39745ab0407b846dc82fda09ca50e070c64 100644 (file)
@@ -7,6 +7,12 @@
 ^testimg/os2rle8\.bmp$
 ^testimg/base\.tga$
 
+# unshipped test images
+^xtestimg/
+
+# unshipped tests
+^xt/
+
 # base for some other images
 ^testimg/pbm_base\.pgm$
 
@@ -21,6 +27,7 @@
 # editor trash
 ~$
 (^|/)\#.*\#$
+(^|/)\.\#
 
 # stuff we don't distribute
 ^TODO$
@@ -34,7 +41,6 @@
 ^fileformatdocs/
 ^extraimages/
 ^fontfiles/.*\.sfd$
-^t/x.*\.t$
 ^imcover.perl$
 
 # might distribute one day
@@ -93,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$
@@ -103,6 +115,7 @@ Makefile\.old$
 ^gaussian\.c$
 ^paste\.c$
 ^render\.c$
+^rotate\.c$
 ^rubthru\.c$
 ^scale\.c$
 
@@ -127,3 +140,7 @@ Makefile\.old$
 
 # sub-module build junk
 \.bak$
+MYMETA.json
+
+# dist dir
+^Imager-[01]\.[0-9]+/
\ No newline at end of file