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