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 | ||
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 | ||
17 | # editor trash | |
18 | ~$ | |
e17da819 | 19 | (^|/)\#.*\#$ |
92bda632 TC |
20 | |
21 | # stuff we don't distribute | |
22 | ^TODO$ | |
23 | ^STATUS$ | |
24 | ^\.cvsignore$ | |
25 | /\.cvsignore$ | |
26 | ^announce/ | |
27 | ^bench/ | |
28 | ^design/ | |
e17da819 | 29 | ^fuzz/ |
92bda632 TC |
30 | ^fileformatdocs/ |
31 | ^extraimages/ | |
32 | ^fontfiles/.*\.sfd$ | |
e17da819 TC |
33 | ^t/x.*\.t$ |
34 | ^imcover.perl$ | |
92bda632 TC |
35 | |
36 | # might distribute one day | |
37 | ^tools/imager$ | |
38 | ||
e17da819 | 39 | |
92bda632 TC |
40 | # trash left by Inline::C |
41 | ^_Inline/ | |
42 | ||
e17da819 TC |
43 | # distributions built |
44 | ^Imager-\d\.\d\d(_\d\d)?\.tar\.gz$ | |
45 | ||
92bda632 TC |
46 | # build trash |
47 | Makefile$ | |
02f040a6 | 48 | Makefile\.old$ |
92bda632 TC |
49 | \bpm_to_blib$ |
50 | \.o$ | |
02f040a6 TC |
51 | ^MANIFEST\.bak$ |
52 | ||
e17da819 | 53 | ^testout/ |
02f040a6 TC |
54 | ^FT2/testout/ |
55 | ^GIF/testout/ | |
56 | ^ICO/testout/ | |
57 | ^JPEG/testout/ | |
58 | ^PNG/testout/ | |
e17da819 | 59 | ^SGI/testout/ |
02f040a6 TC |
60 | ^TIFF/testout/ |
61 | ||
62 | # generated from .xs | |
63 | ^CountColor/CountColor\.c$ | |
64 | ^DynTest/DynTest\.c$ | |
65 | ^FT2/FT2\.c$ | |
66 | ^GIF/GIF\.c$ | |
67 | ^ICO/ICO\.c$ | |
68 | ^JPEG/JPEG\.c$ | |
69 | ^Mandelbrot/Mandelbrot\.c$ | |
70 | ^PNG/PNG\.c$ | |
71 | ^SGI/SGI\.c$ | |
72 | ^TIFF/TIFF\.c$ | |
73 | ||
74 | ^.*/Changes$ | |
92bda632 | 75 | ^blib/ |
88666683 | 76 | ^Flines/Flines\.c$ |
92bda632 | 77 | ^Imager\.c$ |
92bda632 TC |
78 | ^dynfilt/.*\.(so|dll)$ |
79 | \.bs$ | |
80 | ^meta\.tmp$ | |
81 | /meta\.tmp$ | |
82 | ^imconfig\.h$ | |
02f040a6 TC |
83 | |
84 | # generated from .im files | |
85 | ^combine\.c$ | |
86 | ^compose\.c$ | |
87 | ^conv\.c$ | |
88 | ^convert\.c$ | |
89 | ^filters\.c$ | |
90 | ^flip\.c$ | |
91 | ^gaussian\.c$ | |
92 | ^paste\.c$ | |
93 | ^render\.c$ | |
94 | ^rubthru\.c$ | |
95 | ^scale\.c$ | |
b00687b2 | 96 | |
2b405c9e TC |
97 | # trash from profiling |
98 | \.gcno$ | |
99 | \.gcda$ | |
100 | \.gcov$ | |
e17da819 | 101 | \bcover_db\b |
02f040a6 TC |
102 | |
103 | # old web page generation scripts | |
104 | ^samples/combines\.pl$ | |
105 | ^samples/hatches\.pl$ | |
106 | ^samples/logo$ | |
107 | ^samples/transform\.pl$ | |
108 | ^samples/transform1\.ppm$ |