* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
[deliverable/binutils-gdb.git] / gdb / testsuite / .Sanitize
CommitLineData
bf3d2b75
MW
1# .Sanitize for deja-gnu.
2
3# Each directory to survive it's 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
bf3d2b75
MW
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
bf3d2b75
MW
26.gdbinit
27ChangeLog
28Makefile.in
80edc7cb 29TODO
bf3d2b75
MW
30config
31configure.in
15598f42 32gdb.disasm
5e786183 33gdb.stabs
bf3d2b75
MW
34gdb.t00
35gdb.t01
36gdb.t02
37gdb.t03
38gdb.t04
39gdb.t05
40gdb.t06
41gdb.t07
42gdb.t08
43gdb.t09
44gdb.t10
45gdb.t11
46gdb.t12
47gdb.t13
48gdb.t15
49gdb.t16
bc803007 50gdb.t17
bf3d2b75
MW
51gdb.t20
52gdb.t21
53gdb.t22
54gdb.t23
0b3c22df 55gdb.t24
5aefc1ca
FF
56gdb.t30
57gdb.t31
bf3d2b75
MW
58lib
59
87756e15
RP
60Things-to-lose:
61
5e786183
FF
62gdb.all
63
87756e15 64# The lines between the "Do-last:" line and the end of the file
bf3d2b75
MW
65# are executed as a /bin/sh shell script after everything else is
66# done.
67
68Do-last:
69
bf3d2b75 70# eof
This page took 0.092926 seconds and 4 git commands to generate.