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