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 | (^|/)\#.*\#$ |
92bda632 TC |
30 | |
31 | # stuff we don't distribute | |
32 | ^TODO$ | |
33 | ^STATUS$ | |
34 | ^\.cvsignore$ | |
35 | /\.cvsignore$ | |
36 | ^announce/ | |
37 | ^bench/ | |
38 | ^design/ | |
e17da819 | 39 | ^fuzz/ |
92bda632 TC |
40 | ^fileformatdocs/ |
41 | ^extraimages/ | |
42 | ^fontfiles/.*\.sfd$ | |
e17da819 | 43 | ^imcover.perl$ |
92bda632 TC |
44 | |
45 | # might distribute one day | |
46 | ^tools/imager$ | |
47 | ||
e17da819 | 48 | |
92bda632 TC |
49 | # trash left by Inline::C |
50 | ^_Inline/ | |
51 | ||
e17da819 TC |
52 | # distributions built |
53 | ^Imager-\d\.\d\d(_\d\d)?\.tar\.gz$ | |
54 | ||
92bda632 TC |
55 | # build trash |
56 | Makefile$ | |
02f040a6 | 57 | Makefile\.old$ |
92bda632 TC |
58 | \bpm_to_blib$ |
59 | \.o$ | |
02f040a6 | 60 | ^MANIFEST\.bak$ |
78a046cc | 61 | \bMYMETA\.yml$ |
02f040a6 | 62 | |
e17da819 | 63 | ^testout/ |
02f040a6 TC |
64 | ^FT2/testout/ |
65 | ^GIF/testout/ | |
66 | ^ICO/testout/ | |
67 | ^JPEG/testout/ | |
68 | ^PNG/testout/ | |
e17da819 | 69 | ^SGI/testout/ |
02f040a6 | 70 | ^TIFF/testout/ |
a556912d | 71 | ^T1/testout/ |
8ec8ec3f | 72 | ^W32/testout/ |
02f040a6 TC |
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$ | |
a556912d | 85 | ^T1/T1\.c$ |
8ec8ec3f | 86 | ^W32/W32\.c$ |
02f040a6 TC |
87 | |
88 | ^.*/Changes$ | |
af217451 | 89 | ^.*/MANIFEST(\.SKIP)?$ |
0128634c | 90 | ^.+/inc/Devel/CheckLib\.pm$ |
8ec8ec3f | 91 | ^.+/blib/ |
92bda632 | 92 | ^blib/ |
88666683 | 93 | ^Flines/Flines\.c$ |
92bda632 | 94 | ^Imager\.c$ |
92bda632 TC |
95 | ^dynfilt/.*\.(so|dll)$ |
96 | \.bs$ | |
97 | ^meta\.tmp$ | |
98 | /meta\.tmp$ | |
99 | ^imconfig\.h$ | |
02f040a6 | 100 | |
38eab175 TC |
101 | # generated if we build them in their own directory |
102 | ^(PNG|TIFF|FT2|W32|GIF)/blib/ | |
103 | ||
5664d5c8 TC |
104 | # not shipped with Imager itself |
105 | ^(PNG|TIFF|FT2|W32|GIF)/MANIFEST | |
106 | ||
02f040a6 TC |
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$ | |
19ca4c6a | 117 | ^rotate\.c$ |
02f040a6 TC |
118 | ^rubthru\.c$ |
119 | ^scale\.c$ | |
b00687b2 | 120 | |
2b405c9e TC |
121 | # trash from profiling |
122 | \.gcno$ | |
123 | \.gcda$ | |
124 | \.gcov$ | |
e17da819 | 125 | \bcover_db\b |
02f040a6 TC |
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$ | |
8ec8ec3f TC |
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$ | |
5664d5c8 TC |
142 | MYMETA.json |
143 | ||
144 | # dist dir | |
145 | ^Imager-[01]\.[0-9]+/ |