update to reflect new hp merge files.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / .Sanitize
1 # .Sanitize for devo/gdb/testsuite/gdb.base.
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 # The lines between the "Do-first:" line and the "Things-to-keep:"
13 # line are executed as a /bin/sh shell script before anything else is
14 # done in this directory.
15
16 Do-first:
17
18 # All files listed between the "Things-to-keep:" line and the
19 # "Do-last:" line will be kept. All other files will be removed.
20 # Directories listed in this section will have their own Sanitize
21 # called. Directories not listed will be removed in their entirety
22 # with rm -rf.
23
24 Things-to-keep:
25
26 Makefile.in
27 README
28 a1-selftest.exp
29 a2-run.exp
30 all-types.c
31 bar.c
32 baz.c
33 bitfields.c
34 bitfields.exp
35 branches.c
36 break.c
37 break.exp
38 callfuncs.c
39 callfuncs.exp
40 callfuncs2.c
41 call-array-struct.c
42 call-return-struct.c
43 call-strings.c
44 commands.exp
45 compiler.c
46 condbreak.c
47 configure
48 configure.in
49 constvars.c
50 corefile.exp
51 coremaker.c
52 crossload.exp
53 d10v.ld
54 d10vovly.c
55 default.exp
56 display.c
57 echo.exp
58 exprs.c
59 exprs.exp
60 foo.c
61 funcargs.c
62 funcargs.exp
63 gdbvars.exp
64 grbx.c
65 help.exp
66 i486-elf.u
67 i860-elf.u
68 interrupt.c
69 interrupt.exp
70 int-type.c
71 jump.c
72 langs.exp
73 langs0.c
74 langs1.c
75 langs1.f
76 langs2.c
77 langs2.cxx
78 list.exp
79 list0.c
80 list0.h
81 list1.c
82 m32r.ld
83 m32rovly.c
84 m68k-aout.u
85 m68k-aout2.u
86 m68k-elf.u
87 mips-ecoff.u
88 mips_pro.c
89 mips_pro.exp
90 miscexprs.c
91 nodebug.c
92 nodebug.exp
93 opaque.exp
94 opaque0.c
95 opaque1.c
96 overlays.c
97 overlays.exp
98 ovlymgr.c
99 ovlymgr.h
100 pointers.c
101 pointers2.c
102 printcmds.c
103 printcmds.exp
104 ptype.c
105 ptype.exp
106 radix.exp
107 recurse.c
108 recurse.exp
109 regs.exp
110 reread.exp
111 reread1.c
112 reread2.c
113 restore.c
114 restore.exp
115 return.c
116 return.exp
117 run.c
118 scope.exp
119 scope0.c
120 scope1.c
121 setshow.c
122 setshow.exp
123 setvar.c
124 setvar.exp
125 shmain.c
126 shr1.c
127 shr2.c
128 sigall.c
129 sigall.exp
130 signals.c
131 signals.exp
132 smoke.c
133 solib.c
134 solib1.c
135 solib2.c
136 solib_implicitly_loaded.c
137 solib_indirect_call.c
138 sparc-aout.u
139 sparc-elf.u
140 structs2.c
141 structs2.exp
142 term.exp
143 twice.c
144 twice.exp
145 varargs.c
146 watchpoint.c
147 watchpoint.exp
148 whatis.c
149 whatis.exp
150
151 Things-to-lose:
152 structs.c
153 structs.exp
154
155 # The lines between the "Do-last:" line and the end of the file
156 # are executed as a /bin/sh shell script after everything else is
157 # done.
158
159 Do-last:
160
161 # eof
This page took 0.038621 seconds and 4 git commands to generate.