]> git.imager.perl.org - imager.git/blobdiff - MANIFEST.SKIP
update Changes
[imager.git] / MANIFEST.SKIP
index a04490d0f174bd52afe79e3a4c12355a150a1224..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
@@ -53,6 +59,7 @@ Makefile\.old$
 \bpm_to_blib$
 \.o$
 ^MANIFEST\.bak$
+\bMYMETA\.yml$
 
 ^testout/
 ^FT2/testout/
@@ -63,6 +70,7 @@ Makefile\.old$
 ^SGI/testout/
 ^TIFF/testout/
 ^T1/testout/
+^W32/testout/
 
 # generated from .xs
 ^CountColor/CountColor\.c$
@@ -76,9 +84,12 @@ Makefile\.old$
 ^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$
@@ -88,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$
@@ -98,6 +115,7 @@ Makefile\.old$
 ^gaussian\.c$
 ^paste\.c$
 ^render\.c$
+^rotate\.c$
 ^rubthru\.c$
 ^scale\.c$
 
@@ -113,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