[rt #84596] rearrange Imager's test files
[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 # 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 # stuff we don't distribute
32 ^TODO$
33 ^STATUS$
34 ^\.cvsignore$
35 /\.cvsignore$
36 ^announce/
37 ^bench/
38 ^design/
39 ^fuzz/
40 ^fileformatdocs/
41 ^extraimages/
42 ^fontfiles/.*\.sfd$
43 ^imcover.perl$
44
45 # might distribute one day
46 ^tools/imager$
47
48
49 # trash left by Inline::C
50 ^_Inline/
51
52 # distributions built
53 ^Imager-\d\.\d\d(_\d\d)?\.tar\.gz$
54
55 # build trash
56 Makefile$
57 Makefile\.old$
58 \bpm_to_blib$
59 \.o$
60 ^MANIFEST\.bak$
61 \bMYMETA\.yml$
62
63 ^testout/
64 ^FT2/testout/
65 ^GIF/testout/
66 ^ICO/testout/
67 ^JPEG/testout/
68 ^PNG/testout/
69 ^SGI/testout/
70 ^TIFF/testout/
71 ^T1/testout/
72 ^W32/testout/
73
74 # generated from .xs
75 ^CountColor/CountColor\.c$
76 ^DynTest/DynTest\.c$
77 ^FT2/FT2\.c$
78 ^GIF/GIF\.c$
79 ^ICO/ICO\.c$
80 ^JPEG/JPEG\.c$
81 ^Mandelbrot/Mandelbrot\.c$
82 ^PNG/PNG\.c$
83 ^SGI/SGI\.c$
84 ^TIFF/TIFF\.c$
85 ^T1/T1\.c$
86 ^W32/W32\.c$
87
88 ^.*/Changes$
89 ^.*/MANIFEST(\.SKIP)?$
90 ^.+/inc/Devel/CheckLib\.pm$
91 ^.+/blib/
92 ^blib/
93 ^Flines/Flines\.c$
94 ^Imager\.c$
95 ^dynfilt/.*\.(so|dll)$
96 \.bs$
97 ^meta\.tmp$
98 /meta\.tmp$
99 ^imconfig\.h$
100
101 # generated if we build them in their own directory
102 ^(PNG|TIFF|FT2|W32|GIF)/blib/
103
104 # not shipped with Imager itself
105 ^(PNG|TIFF|FT2|W32|GIF)/MANIFEST
106
107 # generated from .im files
108 ^combine\.c$
109 ^compose\.c$
110 ^conv\.c$
111 ^convert\.c$
112 ^filters\.c$
113 ^flip\.c$
114 ^gaussian\.c$
115 ^paste\.c$
116 ^render\.c$
117 ^rotate\.c$
118 ^rubthru\.c$
119 ^scale\.c$
120
121 # trash from profiling
122 \.gcno$
123 \.gcda$
124 \.gcov$
125 \bcover_db\b
126
127 # old web page generation scripts
128 ^samples/combines\.pl$
129 ^samples/hatches\.pl$
130 ^samples/logo$
131 ^samples/transform\.pl$
132 ^samples/transform1\.ppm$
133
134 # Win32 junk
135 ^(.+/)?dll\.(base|exp)$
136 ^(.+/)?\w+\.def$
137 ^(.+/)?\w+\_def.old$
138 \.exe$
139
140 # sub-module build junk
141 \.bak$
142 MYMETA.json
143
144 # dist dir
145 ^Imager-[01]\.[0-9]+/