1# unused test images 2^testimg/winrgboff\.bmp$ 3^testimg/winrle\.bmp$ 4^testimg/winrle8\.bmp$ 5^testimg/os2rgb8\.bmp$ 6^testimg/os2rle\.bmp$ 7^testimg/os2rle8\.bmp$ 8^testimg/base\.tga$ 9 10# unshipped test images 11^xtestimg/ 12 13# unshipped tests 14^xt/ 15 16# base for some other images 17^testimg/pbm_base\.pgm$ 18 19# svn work files 20^\.svn\b 21/\.svn\b 22 23# git work files 24^\.git/ 25^(?:.*/)?\.gitignore$ 26 27# editor trash 28~$ 29(^|/)\#.*\#$ 30(^|/)\.\# 31 32# stuff we don't distribute 33^TODO$ 34^STATUS$ 35^\.cvsignore$ 36/\.cvsignore$ 37^announce/ 38^bench/ 39^design/ 40^fuzz/ 41^fileformatdocs/ 42^extraimages/ 43^fontfiles/.*\.sfd$ 44^imcover.perl$ 45 46# might distribute one day 47^tools/imager$ 48 49 50# trash left by Inline::C 51^_Inline/ 52 53# distributions built 54^Imager-\d\.\d+(_\d+)?\.tar\.gz$ 55 56# build trash 57Makefile$ 58Makefile\.old$ 59\bpm_to_blib$ 60\.o$ 61^MANIFEST\.bak$ 62\bMYMETA\.yml$ 63 64^testout/ 65^FT2/testout/ 66^GIF/testout/ 67^ICO/testout/ 68^JPEG/testout/ 69^PNG/testout/ 70^SGI/testout/ 71^TIFF/testout/ 72^T1/testout/ 73^W32/testout/ 74 75# generated from .xs 76^CountColor/CountColor\.c$ 77^DynTest/DynTest\.c$ 78^FT2/FT2\.c$ 79^GIF/GIF\.c$ 80^ICO/ICO\.c$ 81^JPEG/JPEG\.c$ 82^Mandelbrot/Mandelbrot\.c$ 83^PNG/PNG\.c$ 84^SGI/SGI\.c$ 85^TIFF/TIFF\.c$ 86^T1/T1\.c$ 87^W32/W32\.c$ 88 89^.*/Changes$ 90^.*/MANIFEST(\.SKIP)?$ 91^.+/inc/Devel/CheckLib\.pm$ 92^.+/blib/ 93^blib/ 94^Flines/Flines\.c$ 95^Imager\.c$ 96^dynfilt/.*\.(so|dll)$ 97\.bs$ 98^meta\.tmp$ 99/meta\.tmp$ 100^imconfig\.h$ 101 102# generated if we build them in their own directory 103^(PNG|TIFF|FT2|W32|GIF)/blib/ 104 105# not shipped with Imager itself 106^(PNG|TIFF|FT2|W32|GIF)/MANIFEST 107 108# generated from .im files 109^combine\.c$ 110^compose\.c$ 111^conv\.c$ 112^convert\.c$ 113^filters\.c$ 114^flip\.c$ 115^gaussian\.c$ 116^paste\.c$ 117^render\.c$ 118^rotate\.c$ 119^rubthru\.c$ 120^scale\.c$ 121 122# trash from profiling 123\.gcno$ 124\.gcda$ 125\.gcov$ 126\bcover_db\b 127 128# old web page generation scripts 129^samples/combines\.pl$ 130^samples/hatches\.pl$ 131^samples/logo$ 132^samples/transform\.pl$ 133^samples/transform1\.ppm$ 134 135# Win32 junk 136^(.+/)?dll\.(base|exp)$ 137^(.+/)?\w+\.def$ 138^(.+/)?\w+\_def.old$ 139\.exe$ 140 141# sub-module build junk 142\.bak$ 143MYMETA.json 144 145# dist dir 146^Imager-[01]\.[0-9]+/ 147 148# sub-module dists 149^.*\.tar\.gz$ 150 151# commonly test scripts 152^\w+\.pl$ 153