]> git.imager.perl.org - imager.git/blobdiff - MANIFEST.SKIP
[rt #99959] fix Imager::Matrix2d::rotate()'s centre point hanling
[imager.git] / MANIFEST.SKIP
index a48eb3c349c254263febbd31f8f991116b86801a..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$
 
 ^\.svn\b
 /\.svn\b
 
+# git work files
+^\.git/
+^(?:.*/)?\.gitignore$
+
 # editor trash
 ~$
 (^|/)\#.*\#$
+(^|/)\.\#
 
 # stuff we don't distribute
 ^TODO$
@@ -30,7 +41,6 @@
 ^fileformatdocs/
 ^extraimages/
 ^fontfiles/.*\.sfd$
-^t/x.*\.t$
 ^imcover.perl$
 
 # might distribute one day
@@ -49,6 +59,7 @@ Makefile\.old$
 \bpm_to_blib$
 \.o$
 ^MANIFEST\.bak$
+\bMYMETA\.yml$
 
 ^testout/
 ^FT2/testout/
@@ -58,6 +69,8 @@ Makefile\.old$
 ^PNG/testout/
 ^SGI/testout/
 ^TIFF/testout/
+^T1/testout/
+^W32/testout/
 
 # generated from .xs
 ^CountColor/CountColor\.c$
@@ -70,8 +83,13 @@ Makefile\.old$
 ^PNG/PNG\.c$
 ^SGI/SGI\.c$
 ^TIFF/TIFF\.c$
+^T1/T1\.c$
+^W32/W32\.c$
 
 ^.*/Changes$
+^.*/MANIFEST(\.SKIP)?$
+^.+/inc/Devel/CheckLib\.pm$
+^.+/blib/
 ^blib/
 ^Flines/Flines\.c$
 ^Imager\.c$
@@ -81,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$
@@ -91,6 +115,7 @@ Makefile\.old$
 ^gaussian\.c$
 ^paste\.c$
 ^render\.c$
+^rotate\.c$
 ^rubthru\.c$
 ^scale\.c$
 
@@ -106,3 +131,16 @@ Makefile\.old$
 ^samples/logo$
 ^samples/transform\.pl$
 ^samples/transform1\.ppm$
+
+# Win32 junk
+^(.+/)?dll\.(base|exp)$
+^(.+/)?\w+\.def$
+^(.+/)?\w+\_def.old$
+\.exe$
+
+# sub-module build junk
+\.bak$
+MYMETA.json
+
+# dist dir
+^Imager-[01]\.[0-9]+/
\ No newline at end of file