]> git.imager.perl.org - imager.git/blame - MANIFEST.SKIP
test coverage and fix pass for compose()
[imager.git] / MANIFEST.SKIP
CommitLineData
02f040a6
TC
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# base for some other images
11^testimg/pbm_base\.pgm$
12
13# svn work files
92bda632
TC
14^\.svn\b
15/\.svn\b
16
a556912d
TC
17# git work files
18^\.git/
19^(?:.*/)?\.gitignore$
20
92bda632
TC
21# editor trash
22~$
e17da819 23(^|/)\#.*\#$
92bda632
TC
24
25# stuff we don't distribute
26^TODO$
27^STATUS$
28^\.cvsignore$
29/\.cvsignore$
30^announce/
31^bench/
32^design/
e17da819 33^fuzz/
92bda632
TC
34^fileformatdocs/
35^extraimages/
36^fontfiles/.*\.sfd$
e17da819
TC
37^t/x.*\.t$
38^imcover.perl$
92bda632
TC
39
40# might distribute one day
41^tools/imager$
42
e17da819 43
92bda632
TC
44# trash left by Inline::C
45^_Inline/
46
e17da819
TC
47# distributions built
48^Imager-\d\.\d\d(_\d\d)?\.tar\.gz$
49
92bda632
TC
50# build trash
51Makefile$
02f040a6 52Makefile\.old$
92bda632
TC
53\bpm_to_blib$
54\.o$
02f040a6
TC
55^MANIFEST\.bak$
56
e17da819 57^testout/
02f040a6
TC
58^FT2/testout/
59^GIF/testout/
60^ICO/testout/
61^JPEG/testout/
62^PNG/testout/
e17da819 63^SGI/testout/
02f040a6 64^TIFF/testout/
a556912d 65^T1/testout/
02f040a6
TC
66
67# generated from .xs
68^CountColor/CountColor\.c$
69^DynTest/DynTest\.c$
70^FT2/FT2\.c$
71^GIF/GIF\.c$
72^ICO/ICO\.c$
73^JPEG/JPEG\.c$
74^Mandelbrot/Mandelbrot\.c$
75^PNG/PNG\.c$
76^SGI/SGI\.c$
77^TIFF/TIFF\.c$
a556912d 78^T1/T1\.c$
02f040a6
TC
79
80^.*/Changes$
af217451 81^.*/MANIFEST(\.SKIP)?$
92bda632 82^blib/
88666683 83^Flines/Flines\.c$
92bda632 84^Imager\.c$
92bda632
TC
85^dynfilt/.*\.(so|dll)$
86\.bs$
87^meta\.tmp$
88/meta\.tmp$
89^imconfig\.h$
02f040a6
TC
90
91# generated from .im files
92^combine\.c$
93^compose\.c$
94^conv\.c$
95^convert\.c$
96^filters\.c$
97^flip\.c$
98^gaussian\.c$
99^paste\.c$
100^render\.c$
101^rubthru\.c$
102^scale\.c$
b00687b2 103
2b405c9e
TC
104# trash from profiling
105\.gcno$
106\.gcda$
107\.gcov$
e17da819 108\bcover_db\b
02f040a6
TC
109
110# old web page generation scripts
111^samples/combines\.pl$
112^samples/hatches\.pl$
113^samples/logo$
114^samples/transform\.pl$
115^samples/transform1\.ppm$