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