ignore some build detritus for the manifest
[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 from .im files
100 ^combine\.c$
101 ^compose\.c$
102 ^conv\.c$
103 ^convert\.c$
104 ^filters\.c$
105 ^flip\.c$
106 ^gaussian\.c$
107 ^paste\.c$
108 ^render\.c$
109 ^rotate\.c$
110 ^rubthru\.c$
111 ^scale\.c$
112
113 # trash from profiling
114 \.gcno$
115 \.gcda$
116 \.gcov$
117 \bcover_db\b
118
119 # old web page generation scripts
120 ^samples/combines\.pl$
121 ^samples/hatches\.pl$
122 ^samples/logo$
123 ^samples/transform\.pl$
124 ^samples/transform1\.ppm$
125
126 # Win32 junk
127 ^(.+/)?dll\.(base|exp)$
128 ^(.+/)?\w+\.def$
129 ^(.+/)?\w+\_def.old$
130 \.exe$
131
132 # sub-module build junk
133 \.bak$