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