]> git.imager.perl.org - imager.git/blobdiff - MANIFEST.SKIP
avoid a possible sign-extension for offsets/sizes in SGI
[imager.git] / MANIFEST.SKIP
index 30c026a5e532674b8ea6a08952e00d3a339f28fd..9743d39745ab0407b846dc82fda09ca50e070c64 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
@@ -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$
@@ -131,3 +140,7 @@ Makefile\.old$
 
 # sub-module build junk
 \.bak$
+MYMETA.json
+
+# dist dir
+^Imager-[01]\.[0-9]+/
\ No newline at end of file