added things-to-lose sections
[deliverable/binutils-gdb.git] / bfd / .Sanitize
1 # Sanitize.in for devo/bfd.
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
15
16 Do-first:
17
18 # All files listed between the "Things-to-keep:" line and the
19 # "Files-to-sed:" 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 COPYING
27 PORTING
28 doc
29 ChangeLog
30 Makefile.in
31 README.hppaelf
32 TODO
33 VERSION
34 aix386-core.c
35 aout32.c
36 aout64.c
37 aoutf1.h
38 aoutx.h
39 aout-adobe.c
40 aout-encap.c
41 aout-target.h
42 archive.c
43 archures.c
44 bfd-in.h
45 bfd.c
46 bout.c
47 cache.c
48 ctor.c
49 coff-alpha.c
50 coff-a29k.c
51 coff-h8300.c
52 coff-h8500.c
53 coff-i386.c
54 coff-i960.c
55 coff-m68k.c
56 coff-m88k.c
57 coff-mips.c
58 coff-msym.c
59 coff-rs6000.c
60 coff-sh.c
61 coff-we32k.c
62 coff-z8k.c
63 coffcode.h
64 coffgen.c
65 coffswap.h
66 config
67 configure.bat
68 configure.in
69 configure.host
70 core.c
71 demo64.c
72 elf32-hppa.c
73 elf32-hppa.h
74 elf32-i386.c
75 elf32-i860.c
76 elf32-m68k.c
77 elf32-sparc.c
78 elf32-target.h
79 elf32.c
80 filemode.c
81 format.c
82 gen-aout.c
83 host-aout.c
84 hosts
85 hp300hpux.c
86 hppa.c
87 i386aout.c
88 i386bsd.c
89 i386linux.c
90 i386lynx.c
91 ieee.c
92 libaout.h
93 libbfd-in.h
94 libelf.h
95 cpu-alpha.c
96 cpu-a29k.c
97 cpu-i386.c
98 cpu-m68k.c
99 cpu-mips.c
100 cpu-vax.c
101 cpu-h8300.c
102 cpu-h8500.c
103 cpu-hppa.c
104 cpu-i960.c
105 cpu-m88k.c
106 cpu-rs6000.c
107 cpu-sh.c
108 cpu-we32k.c
109 cpu-z8k.c
110 hp300bsd.c
111 init.c
112 cpu-sparc.c
113 libbfd.c
114 libbfd.h
115 libcoff-in.h
116 libcoff.h
117 libecoff.h
118 libhppa.h
119 libieee.h
120 liboasys.h
121 mipsbsd.c
122 newsos3.c
123 oasys.c
124 opncls.c
125 reloc.c
126 reloc16.c
127 rs6000-core.c
128 sco-core.c
129 seclet.c
130 seclet.h
131 section.c
132 srec.c
133 stab-syms.c
134 sunos.c
135 syms.c
136 targets.c
137 tekhex.c
138 trad-core.c
139
140 Things-to-lose:
141
142 Do-last:
143
144 # End of file.
This page took 0.034709 seconds and 5 git commands to generate.