Commit | Line | Data |
---|---|---|
92bda632 TC |
1 | # svn work files' |
2 | ^\.svn\b | |
3 | /\.svn\b | |
4 | ||
5 | # editor trash | |
6 | ~$ | |
b00687b2 | 7 | ^\#.*\#$ |
92bda632 TC |
8 | |
9 | # stuff we don't distribute | |
10 | ^TODO$ | |
11 | ^STATUS$ | |
12 | ^\.cvsignore$ | |
13 | /\.cvsignore$ | |
14 | ^announce/ | |
15 | ^bench/ | |
16 | ^design/ | |
17 | ^fileformatdocs/ | |
18 | ^extraimages/ | |
19 | ^fontfiles/.*\.sfd$ | |
20 | ||
21 | # might distribute one day | |
22 | ^tools/imager$ | |
23 | ||
24 | # trash left by Inline::C | |
25 | ^_Inline/ | |
26 | ||
27 | # build trash | |
28 | Makefile$ | |
29 | Makefile\.old | |
30 | \bpm_to_blib$ | |
31 | \.o$ | |
7d148aa3 | 32 | ^testout |
92bda632 | 33 | ^blib/ |
88666683 | 34 | ^Flines/Flines\.c$ |
92bda632 TC |
35 | ^Imager\.c$ |
36 | ^Mandelbrot/Mandelbrot\.c$ | |
37 | ^CountColor/CountColor\.c$ | |
38 | ^DynTest/DynTest\.c$ | |
39 | ^dynfilt/.*\.(so|dll)$ | |
40 | \.bs$ | |
41 | ^meta\.tmp$ | |
42 | /meta\.tmp$ | |
43 | ^imconfig\.h$ | |
b00687b2 TC |
44 | ^ICO/ICO\.c$ |
45 | ^ICO/testout | |
46 |