]> git.imager.perl.org - imager.git/commitdiff
more manifest updates
authorTony Cook <tony@develop-help.com>
Mon, 20 Jun 2011 11:52:19 +0000 (21:52 +1000)
committerTony Cook <tony@develop-help.com>
Mon, 20 Jun 2011 11:52:19 +0000 (21:52 +1000)
.gitignore
FT2/MANIFEST.SKIP
GIF/MANIFEST.SKIP
MANIFEST
MANIFEST.SKIP
PNG/MANIFEST.SKIP
T1/MANIFEST.SKIP
TIFF/MANIFEST.SKIP
W32/MANIFEST.SKIP

index f34af868aadd589eb88f9c91b7f0a9f7cd872e66..6cebeb160365e61dbbb7c0d6214ac6078a9636e3 100644 (file)
@@ -43,9 +43,12 @@ cover_db/
 
 # Win32
 */*.def
+*/*_def.old
+*/*.exe
 dll.base
 dll.exp
 */dll.exp
 */dll.base
 Imager.def
+Imager_def.old
 dynfilt/*.dll
index d5033c124c767e64295e88f70ee29370057cc17f..08bc4273d0bda227aec2af53a6e5536e73cf5c6d 100644 (file)
@@ -19,3 +19,9 @@
 # editor
 ^#
 ~$
+
+# Win32 junk
+\.exe$
+^dll\.(base|exp)$
+^FT2\.def$
+^FT2_def\.old$
index 106f2af3db84998803e341e901cf76d05128751f..38998256d5d38257c5ebe3baa58f3166812e9570 100644 (file)
@@ -19,3 +19,9 @@
 ~$
 
 ^\.gitignore$
+
+# Win32 junk
+\.exe$
+^dll\.(base|exp)$
+^GIF\.def$
+^GIF_def\.old$
index a7fa227bd2df613309ebafde955751c09c4125eb..16e60597142ab87b7bce5856ab61f68090d85c1d 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -66,6 +66,7 @@ FT2/FT2.pm
 FT2/FT2.xs
 FT2/imft2.h
 FT2/Makefile.PL
+FT2/README
 FT2/t/t10ft2.t
 FT2/typemap
 gaussian.im
@@ -74,6 +75,7 @@ GIF/GIF.xs
 GIF/imgif.c
 GIF/imgif.h
 GIF/Makefile.PL
+GIF/README
 GIF/t/t10gif.t
 GIF/t/t20new.t
 GIF/t/t30fixed.t
@@ -152,6 +154,7 @@ JPEG/imjpeg.h
 JPEG/JPEG.pm
 JPEG/JPEG.xs
 JPEG/Makefile.PL
+JPEG/README
 JPEG/t/t00load.t
 JPEG/t/t10jpeg.t               Test jpeg support
 JPEG/testimg/209_yonge.jpg     Regression test: #17981
@@ -216,6 +219,7 @@ PNG/impng.h
 PNG/Makefile.PL
 PNG/PNG.pm
 PNG/PNG.xs
+PNG/README
 PNG/t/00load.t
 PNG/t/10png.t                  Test png support
 PNG/testimg/palette.png
@@ -422,6 +426,7 @@ tga.c                               Reading and writing Targa files
 TIFF/imtiff.c
 TIFF/imtiff.h
 TIFF/Makefile.PL
+TIFF/README
 TIFF/t/t10tiff.t               Test tiff support
 TIFF/testimg/alpha.tif         Alpha scaling test image
 TIFF/testimg/comp4.bmp         Compressed 4-bit/pixel BMP
@@ -460,6 +465,7 @@ W32/fontfiles/ExistenceTest.ttf
 W32/imw32.h
 W32/lib/Imager/Font/Win32.pm
 W32/Makefile.PL
+W32/README
 W32/t/t10win32.t               Tests Win32 GDI font support
 W32/W32.pm
 W32/W32.xs
index 0051bde46468f6b7fc932f3056a2224e1218feb2..5eea226ee999f7b33540bf66829b02d9e9962a42 100644 (file)
@@ -63,6 +63,7 @@ Makefile\.old$
 ^SGI/testout/
 ^TIFF/testout/
 ^T1/testout/
+^W32/testout/
 
 # generated from .xs
 ^CountColor/CountColor\.c$
@@ -76,10 +77,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$
@@ -114,3 +117,12 @@ 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$
index 28ebc463bac56a133eeaeb300ca8142da2494e45..c47251f94177a65002b17f9b71d2d2ea2783684a 100644 (file)
@@ -19,3 +19,9 @@
 ~$
 
 ^\.gitignore$
+
+# Win32 junk
+\.exe$
+^dll\.(base|exp)$
+^PNG\.def$
+^PNG_def\.old$
index bd62d8db7ad485850a744f53aba6ee40900dbbd1..808076f02e3335a7c7b8722e790e2a1f553f40c5 100644 (file)
@@ -10,3 +10,9 @@ pm_to_blib
 ^\.gitignore$
 ^T1\.c$
 ^T1\.bs$
+
+# Win32 junk
+\.exe$
+^dll\.(base|exp)$
+^T1\.def$
+^T1_def\.old$
index 3b74fc3b5460c2e976fa13f5387fff3f3c448d27..3d68e6f3558376becc4de22192e48784fba7ae87 100644 (file)
@@ -19,3 +19,8 @@
 # editor
 ^#
 ~$
+
+# Win32 junk
+^dll\.(base|exp)$
+^TIFF\.def$
+^TIFF_def\.old$
index d51438e80b8e926d2b2f43432c72cf16ae68da90..027cf52572a4e8dd784bde7b816600c4ea11b2fa 100644 (file)
@@ -23,3 +23,6 @@
 # editor
 ^#
 ~$
+
+# sometimes these get left by probes
+\.exe$