Add h8300.exp.
[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 cpu32bug.exp
24 d10v.exp
25 est.exp
26 gdbserver.exp
27 h8300.exp
28 hmsirom.exp
29 hppro.exp
30 m32r.exp
31 m32r-stub.exp
32 mips.exp
33 mips-idt.exp
34 monitor.exp
35 mt-a29k-udi
36 mt-i386-aout
37 mt-i960-nindy
38 mt-lynx
39 mt-m68k
40 mt-mips-ecoff
41 mt-netware
42 mt-slite
43 mt-sparc-aout
44 mt-unix
45 mt-vxworks
46 netware.exp
47 nind.exp
48 rom68k.exp
49 sh.exp
50 sim.exp
51 slite.exp
52 sparclet.exp
53 udi.exp
54 unix.exp
55 unknown.exp
56 vr4300.exp
57 vr5000.exp
58 vx.exp
59 vxworks.exp
60 vxworks29k.exp
61
62 Things-to-lose:
63
64 # The lines between the "Do-last:" line and the end of the file
65 # are executed as a /bin/sh shell script after everything else is
66 # done.
67
68 Do-last:
69
70 # eof