# 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
# 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$
# sub-module build junk
\.bak$
+MYMETA.json
+
+# dist dir
+^Imager-[01]\.[0-9]+/
\ No newline at end of file