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