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