new files; part of HP merge.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / .Sanitize
CommitLineData
e7db3d77 1# .Sanitize for devo/gdb/testsuite/gdb.base.
ef44eed1
SS
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
16Do-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
24Things-to-keep:
25
26Makefile.in
27README
28a1-selftest.exp
29a2-run.exp
53c8a4de 30all-bin.exp
e8ff198e 31all-types.c
53c8a4de
DT
32arithmet.exp
33assign.exp
a50c4c7c
MS
34bar.c
35baz.c
ef44eed1
SS
36bitfields.c
37bitfields.exp
d9455383 38bitops.exp
92aadf46 39branches.c
ef44eed1
SS
40break.c
41break.exp
42callfuncs.c
43callfuncs.exp
e8ff198e
DT
44callfuncs2.c
45call-array-struct.c
d9455383 46call-return-struct.c
e8ff198e 47call-strings.c
9fa1bd1f 48commands.exp
ce102e96 49compiler.c
53c8a4de
DT
50completion.exp
51cond-expr.exp
e8ff198e 52condbreak.c
53c8a4de 53condbreak.exp
e7db3d77 54configure
ef44eed1 55configure.in
e8ff198e 56constvars.c
ef44eed1
SS
57corefile.exp
58coremaker.c
59crossload.exp
a50c4c7c
MS
60d10v.ld
61d10vovly.c
ef44eed1 62default.exp
53c8a4de 63define.exp
e8ff198e 64display.c
53c8a4de 65dollar.exp
ef44eed1 66echo.exp
d9455383
DT
67enable-disable-break.exp
68ending-run.c
53c8a4de
DT
69environment.exp
70eval-skip.exp
ef44eed1
SS
71exprs.c
72exprs.exp
a50c4c7c 73foo.c
ef44eed1
SS
74funcargs.c
75funcargs.exp
76gdbvars.exp
a50c4c7c 77grbx.c
ef44eed1
SS
78help.exp
79i486-elf.u
80i860-elf.u
81interrupt.c
82interrupt.exp
e8ff198e
DT
83int-type.c
84jump.c
53c8a4de 85jump.exp
c44c67b5
JK
86langs.exp
87langs0.c
88langs1.c
89langs1.f
90langs2.c
91langs2.cxx
ef44eed1
SS
92list.exp
93list0.c
94list0.h
95list1.c
53c8a4de 96logical.exp
d9455383 97long_long.c
a50c4c7c
MS
98m32r.ld
99m32rovly.c
ef44eed1
SS
100m68k-aout.u
101m68k-aout2.u
102m68k-elf.u
d9455383 103maint.exp
ef44eed1
SS
104mips-ecoff.u
105mips_pro.c
106mips_pro.exp
e8ff198e 107miscexprs.c
ef44eed1
SS
108nodebug.c
109nodebug.exp
ef44eed1
SS
110opaque.exp
111opaque0.c
112opaque1.c
a50c4c7c
MS
113overlays.c
114overlays.exp
2b9cac47 115ovlymgr.c
a50c4c7c 116ovlymgr.h
e8ff198e 117pointers.c
53c8a4de 118pointers.exp
d9455383
DT
119pointers2.c
120pointers2.exp
ef44eed1
SS
121printcmds.c
122printcmds.exp
123ptype.c
124ptype.exp
125radix.exp
126recurse.c
127recurse.exp
d439f0ec 128regs.exp
53c8a4de 129relational.exp
7ee554b5
MA
130reread.exp
131reread1.c
132reread2.c
e97b0413
JL
133restore.c
134restore.exp
ef44eed1
SS
135return.c
136return.exp
137run.c
138scope.exp
139scope0.c
140scope1.c
53c8a4de 141section_command.exp
dece5fa0
MS
142setshow.c
143setshow.exp
ef44eed1
SS
144setvar.c
145setvar.exp
d9455383 146shlib-call2.exp
e8ff198e
DT
147shmain.c
148shr1.c
149shr2.c
9f538e3e
JK
150sigall.c
151sigall.exp
ef44eed1
SS
152signals.c
153signals.exp
e8ff198e
DT
154smoke.c
155solib.c
156solib1.c
157solib2.c
158solib_implicitly_loaded.c
159solib_indirect_call.c
ef44eed1
SS
160sparc-aout.u
161sparc-elf.u
ba49f204 162ss.h
d9455383 163step-test.c
fb543fc8
DE
164structs2.c
165structs2.exp
ef44eed1
SS
166term.exp
167twice.c
168twice.exp
e8ff198e 169varargs.c
ef44eed1
SS
170watchpoint.c
171watchpoint.exp
ef44eed1
SS
172whatis.c
173whatis.exp
53c8a4de 174whatis-expr.exp
ef44eed1
SS
175
176Things-to-lose:
bd3bab1e
JL
177structs.c
178structs.exp
ef44eed1
SS
179
180# The lines between the "Do-last:" line and the end of the file
181# are executed as a /bin/sh shell script after everything else is
182# done.
183
184Do-last:
185
186# eof
This page took 0.242739 seconds and 4 git commands to generate.