^testimg/os2rle8\.bmp$
^testimg/base\.tga$
+# unshipped test images
+^xtestimg/
+
+# unshipped tests
+^xt/
+
# base for some other images
^testimg/pbm_base\.pgm$
# editor trash
~$
(^|/)\#.*\#$
+(^|/)\.\#
# stuff we don't distribute
^TODO$
^fileformatdocs/
^extraimages/
^fontfiles/.*\.sfd$
-^t/x.*\.t$
^imcover.perl$
# might distribute one day
^_Inline/
# distributions built
-^Imager-\d\.\d\d(_\d\d)?\.tar\.gz$
+^Imager-\d\.\d+(_\d+)?\.tar\.gz$
# build trash
Makefile$
\bpm_to_blib$
\.o$
^MANIFEST\.bak$
+\bMYMETA\.yml$
^testout/
^FT2/testout/
^SGI/testout/
^TIFF/testout/
^T1/testout/
+^W32/testout/
# generated from .xs
^CountColor/CountColor\.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$
/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$
^gaussian\.c$
^paste\.c$
^render\.c$
+^rotate\.c$
^rubthru\.c$
^scale\.c$
^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]+/
+
+# sub-module dists
+^.*\.tar\.gz$
+
+# commonly test scripts
+^\w+\.pl$