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