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