sanitization fixes. (files not mentioned, fences misspelled)
[deliverable/binutils-gdb.git] / sim / arm / .Sanitize
CommitLineData
d32033ad
SC
1# Sanitize.in for devo.
2# $Id$
3#
4
5# Each directory to survive it's way into a release will need a file
6# like this one called "./.Sanitize". All keyword lines must exist,
7# and must exist in the order specified by this file. Each directory
8# in the tree will be processed, top down, in the following order.
9
10# Hash started lines like this one are comments and will be deleted
11# before anything else is done. Blank lines will also be squashed
12# out.
13
14# The lines between the "Do-first:" line and the "Things-to-keep:"
15# line are executed as a /bin/sh shell script before anything else is
16# done in this
17
18Do-first:
19
20# All files listed between the "Things-to-keep:" line and the
21# "Files-to-sed:" line will be kept. All other files will be removed.
22# Directories listed in this section will have their own Sanitize
23# called. Directories not listed will be removed in their entirety
24# with rm -rf.
25
26Things-to-keep:
27
28ChangeLog
29COPYING
30Makefile.in
d32033ad 31README.Cygnus
d32033ad
SC
32armcopro.c
33armdefs.h
34armemu.c
35armemu.h
36armfpe.h
37arminit.c
38armopts.h
39armos.c
40armos.h
41armrdi.c
42armsupp.c
43armvirt.c
44bag.c
45bag.h
46communicate.c
47communicate.h
e01714cc 48config.in
982744ff 49configure
d32033ad
SC
50configure.in
51dbg_conf.h
52dbg_cp.h
53dbg_hif.h
54dbg_rdi.h
55gdbhost.c
56gdbhost.h
57kid.c
58main.c
59parent.c
06434f5f 60thumbemu.c
d32033ad
SC
61wrapper.c
62
63Things-to-lose:
64
65
66Do-last:
67
68
69# End of file.
This page took 0.09373 seconds and 4 git commands to generate.