]> git.imager.perl.org - imager.git/blobdiff - MANIFEST.SKIP
[rt #99959] fix Imager::Matrix2d::rotate()'s centre point hanling
[imager.git] / MANIFEST.SKIP
index ef04e5dd728e6ac45853fd372f593056e1dc0788..9743d39745ab0407b846dc82fda09ca50e070c64 100644 (file)
@@ -10,6 +10,9 @@
 # unshipped test images
 ^xtestimg/
 
 # unshipped test images
 ^xtestimg/
 
+# unshipped tests
+^xt/
+
 # base for some other images
 ^testimg/pbm_base\.pgm$
 
 # base for some other images
 ^testimg/pbm_base\.pgm$
 
@@ -24,6 +27,7 @@
 # editor trash
 ~$
 (^|/)\#.*\#$
 # editor trash
 ~$
 (^|/)\#.*\#$
+(^|/)\.\#
 
 # stuff we don't distribute
 ^TODO$
 
 # stuff we don't distribute
 ^TODO$
@@ -37,7 +41,6 @@
 ^fileformatdocs/
 ^extraimages/
 ^fontfiles/.*\.sfd$
 ^fileformatdocs/
 ^extraimages/
 ^fontfiles/.*\.sfd$
-^t/x.*\.t$
 ^imcover.perl$
 
 # might distribute one day
 ^imcover.perl$
 
 # might distribute one day
@@ -99,6 +102,9 @@ Makefile\.old$
 # generated if we build them in their own directory
 ^(PNG|TIFF|FT2|W32|GIF)/blib/
 
 # 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$
 # generated from .im files
 ^combine\.c$
 ^compose\.c$
@@ -134,3 +140,7 @@ Makefile\.old$
 
 # sub-module build junk
 \.bak$
 
 # sub-module build junk
 \.bak$
+MYMETA.json
+
+# dist dir
+^Imager-[01]\.[0-9]+/
\ No newline at end of file