Commit | Line | Data |
---|---|---|
92bda632 TC |
1 | # svn work files' |
2 | ^\.svn\b | |
3 | /\.svn\b | |
4 | ||
5 | # editor trash | |
6 | ~$ | |
e17da819 | 7 | (^|/)\#.*\#$ |
92bda632 TC |
8 | |
9 | # stuff we don't distribute | |
10 | ^TODO$ | |
11 | ^STATUS$ | |
12 | ^\.cvsignore$ | |
13 | /\.cvsignore$ | |
14 | ^announce/ | |
15 | ^bench/ | |
16 | ^design/ | |
e17da819 | 17 | ^fuzz/ |
92bda632 TC |
18 | ^fileformatdocs/ |
19 | ^extraimages/ | |
20 | ^fontfiles/.*\.sfd$ | |
e17da819 TC |
21 | ^t/x.*\.t$ |
22 | ^imcover.perl$ | |
92bda632 TC |
23 | |
24 | # might distribute one day | |
25 | ^tools/imager$ | |
26 | ||
e17da819 | 27 | |
92bda632 TC |
28 | # trash left by Inline::C |
29 | ^_Inline/ | |
30 | ||
e17da819 TC |
31 | # distributions built |
32 | ^Imager-\d\.\d\d(_\d\d)?\.tar\.gz$ | |
33 | ||
92bda632 TC |
34 | # build trash |
35 | Makefile$ | |
36 | Makefile\.old | |
37 | \bpm_to_blib$ | |
38 | \.o$ | |
e17da819 TC |
39 | ^testout/ |
40 | ^SGI/testout/ | |
41 | ^SGI/SGI.c | |
92bda632 | 42 | ^blib/ |
88666683 | 43 | ^Flines/Flines\.c$ |
92bda632 TC |
44 | ^Imager\.c$ |
45 | ^Mandelbrot/Mandelbrot\.c$ | |
46 | ^CountColor/CountColor\.c$ | |
47 | ^DynTest/DynTest\.c$ | |
48 | ^dynfilt/.*\.(so|dll)$ | |
49 | \.bs$ | |
50 | ^meta\.tmp$ | |
51 | /meta\.tmp$ | |
52 | ^imconfig\.h$ | |
b00687b2 TC |
53 | ^ICO/ICO\.c$ |
54 | ^ICO/testout | |
e17da819 | 55 | ^(rubthru|paste|render|scale|flip|conv|filters|gaussian|compose)\.c$ |
b00687b2 | 56 | |
2b405c9e TC |
57 | # trash from profiling |
58 | \.gcno$ | |
59 | \.gcda$ | |
60 | \.gcov$ | |
e17da819 | 61 | \bcover_db\b |