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