-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMANIFEST.SKIP
161 lines (134 loc) · 2.18 KB
/
MANIFEST.SKIP
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
# unused test images
^testimg/winrgboff\.bmp$
^testimg/winrle\.bmp$
^testimg/winrle8\.bmp$
^testimg/os2rgb8\.bmp$
^testimg/os2rle\.bmp$
^testimg/os2rle8\.bmp$
^testimg/base\.tga$
# unshipped test images
^xtestimg/
# unshipped tests
^xt/
# base for some other images
^testimg/pbm_base\.pgm$
# svn work files
^\.svn\b
/\.svn\b
# git work files
^\.git
^(?:.*/)?\.gitignore$
# editor trash
~$
(^|/)\#.*\#$
(^|/)\.\#
# stuff we don't distribute
^TODO$
^STATUS$
^\.cvsignore$
/\.cvsignore$
^announce/
^bench/
^design/
^fuzz/
^fileformatdocs/
^extraimages/
^fontfiles/.*\.sfd$
^imcover.perl$
# might distribute one day
^tools/imager$
# trash left by Inline::C
\b_Inline/
# distributions built
^Imager-\d\.\d+(_\d+)?\.tar\.gz$
# build trash
Makefile$
Makefile\.old$
\bpm_to_blib$
\.o$
^MANIFEST\.bak$
\bMYMETA\.yml$
\bMYMETA\.json(\.lock)?$
^testout/
^FT2/testout/
^GIF/testout/
^ICO/testout/
^JPEG/testout/
^PNG/testout/
^SGI/testout/
^TIFF/testout/
^T1/testout/
^W32/testout/
# generated from .xs
^CountColor/CountColor\.c$
^DynTest/DynTest\.c$
^FT2/FT2\.c$
^GIF/GIF\.c$
^ICO/ICO\.c$
^JPEG/JPEG\.c$
^Mandelbrot/Mandelbrot\.c$
^PNG/PNG\.c$
^SGI/SGI\.c$
^TIFF/TIFF\.c$
^T1/T1\.c$
^W32/W32\.c$
^.*/Changes$
^.*/MANIFEST(\.SKIP)?$
^.+/inc/Devel/CheckLib\.pm$
^.+/blib/
^blib/
^Flines/Flines\.c$
^Imager\.c$
^dynfilt/.*\.(so|dll)$
\.bs$
^meta\.tmp$
/meta\.tmp$
^imconfig\.h$
# generated if we build them in their own directory
^(PNG|TIFF|FT2|W32|GIF)/blib/
# not shipped with Imager itself
^(PNG|TIFF|FT2|W32|GIF)/MANIFEST
# generated from .im files
^combine\.c$
^compose\.c$
^conv\.c$
^convert\.c$
^filters\.c$
^flip\.c$
^gaussian\.c$
^paste\.c$
^render\.c$
^rotate\.c$
^rubthru\.c$
^scale\.c$
^trim\.c$
# trash from profiling
\.gcno$
\.gcda$
\.gcov$
\bcover_db\b
# old web page generation scripts
^samples/combines\.pl$
^samples/hatches\.pl$
^samples/logo$
^samples/transform\.pl$
^samples/transform1\.ppm$
# Win32 junk
^(.+/)?dll\.(base|exp)$
^(.+/)?\w+\.def$
^(.+/)?\w+\_def.old$
\.exe$
# sub-module build junk
\.bak$
MYMETA.json
# dist dir
^Imager-[01]\.[0-9]+/
# sub-module dists
^.*\.tar\.gz$
# commonly test scripts
^\w+\.pl$
# coverity
^config-build\.txt$
^imager-cov\.tgz$
# this hangs around
^ImUgly\.sfd$