Keep cygmon.exp.
[deliverable/binutils-gdb.git] / gdb / testsuite / config / .Sanitize
1 # .Sanitize for gdb/testsuite/config.
2
3 # Each directory to survive its way into a release will need a file
4 # like this one called "./.Sanitize". All keyword lines must exist,
5 # and must exist in the order specified by this file. Each directory
6 # in the tree will be processed, top down, in the following order.
7
8 # Hash started lines like this one are comments and will be deleted
9 # before anything else is done. Blank lines will also be squashed
10 # out.
11
12 # All files listed between the "Things-to-keep:" line and the
13 # "Do-last:" line will be kept. All other files will be removed.
14 # Directories listed in this section will have their own Sanitize
15 # called. Directories not listed will be removed in their entirety
16 # with rm -rf.
17
18 Do-first:
19
20 Things-to-keep:
21
22 abug.exp
23 arm-ice.exp
24 cpu32bug.exp
25 cygmon.exp
26 d10v.exp
27 dve.exp
28 est.exp
29 gdbserver.exp
30 h8300.exp
31 hmsirom.exp
32 hppro.exp
33 i386-bozo.exp
34 i960.exp
35 m32r-stub.exp
36 m32r.exp
37 mips-idt.exp
38 mips.exp
39 mn10300-eval.exp
40 monitor.exp
41 mt-a29k-udi
42 mt-i386-aout
43 mt-i960-nindy
44 mt-lynx
45 mt-m68k
46 mt-mips-ecoff
47 mt-netware
48 mt-slite
49 mt-sparc-aout
50 mt-unix
51 mt-vxworks
52 netware.exp
53 nind.exp
54 proelf.exp
55 rom68k.exp
56 sh.exp
57 sim.exp
58 slite.exp
59 sparclet.exp
60 udi.exp
61 unix.exp
62 unknown.exp
63 vr4300.exp
64 vr5000.exp
65 vx.exp
66 vxworks.exp
67 vxworks29k.exp
68
69 Things-to-lose:
70
71 # The lines between the "Do-last:" line and the end of the file
72 # are executed as a /bin/sh shell script after everything else is
73 # done.
74
75 Do-last:
76
77 # eof
This page took 0.032813 seconds and 5 git commands to generate.