* MIPS CPU-specific dissasembly extensions. Now TM_PRINT_INSN_MACH from tm.h
[deliverable/binutils-gdb.git] / gprof / .Sanitize
CommitLineData
92f73b42 1# Sanitize.in for devo.
92f73b42
SEF
2#
3
4# Each directory to survive it's way into a release will need a file
5# like this one called "./.Sanitize". All keyword lines must exist,
6# and must exist in the order specified by this file. Each directory
7# in the tree will be processed, top down, in the following order.
8
9# Hash started lines like this one are comments and will be deleted
10# before anything else is done. Blank lines will also be squashed
11# out.
12
13# The lines between the "Do-first:" line and the "Things-to-keep:"
14# line are executed as a /bin/sh shell script before anything else is
15# done in this
16
17Do-first:
18
19# All files listed between the "Things-to-keep:" line and the
20# "Files-to-sed:" line will be kept. All other files will be removed.
21# Directories listed in this section will have their own Sanitize
22# called. Directories not listed will be removed in their entirety
23# with rm -rf.
24
25Things-to-keep:
87756e15 26
f86ee9d6 27.gdbinit
809f005e 28bb_exit_func.c
5d32c952 29ChangeLog
2f1fec47 30Makefile.am
92f73b42 31Makefile.in
f86ee9d6
KR
32NOTES
33TEST
34TODO
274e44ae 35acconfig.h
2f1fec47 36aclocal.m4
f86ee9d6 37alpha.c
f86ee9d6
KR
38basic_blocks.c
39basic_blocks.h
249da916 40bbconv.pl
3d3e494e 41bsd_callg_bl.m
f86ee9d6
KR
42call_graph.c
43call_graph.h
44cg_arcs.c
45cg_arcs.h
46cg_dfn.c
47cg_dfn.h
48cg_print.c
49cg_print.h
7858d8dc 50configure
bc63a3a0 51configure.bat
92f73b42 52configure.in
f86ee9d6
KR
53core.c
54core.h
3d3e494e
PB
55flat_bl.m
56fsf_callg_bl.m
274e44ae 57gconfig.in
3d3e494e 58gen-c-prog.awk
92f73b42 59gmon.h
f86ee9d6
KR
60gmon_io.c
61gmon_io.h
62gmon_out.h
92f73b42
SEF
63gprof.1
64gprof.c
92f73b42 65gprof.h
5afba784 66gprof.texi
92f73b42 67hertz.c
f86ee9d6
KR
68hertz.h
69hist.c
70hist.h
92f73b42 71i386.c
f86ee9d6
KR
72search_list.c
73search_list.h
74source.c
75source.h
92f73b42 76sparc.c
274e44ae 77stamp-h.in
f86ee9d6
KR
78sym_ids.c
79sym_ids.h
80symtab.c
81symtab.h
92f73b42 82tahoe.c
74a89115
KR
83utils.c
84utils.h
92f73b42 85vax.c
92f73b42 86
87756e15
RP
87Things-to-lose:
88
f86ee9d6 89.cvsignore
71128bd7
JL
90make_hp_order_obj
91make_solaris_order_map
f86ee9d6 92
92f73b42
SEF
93Do-last:
94
95# End of file.
This page took 0.218847 seconds and 4 git commands to generate.