* __bb_exit_func.c: New file, from David Mosberger-Tang.
[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
03c35bcb 28__bb_exit_func.c
5d32c952 29ChangeLog
92f73b42 30Makefile.in
f86ee9d6
KR
31NOTES
32TEST
33TODO
34alpha.c
35alpha.h
36basic_blocks.c
37basic_blocks.h
3d3e494e 38bsd_callg_bl.m
f86ee9d6
KR
39call_graph.c
40call_graph.h
41cg_arcs.c
42cg_arcs.h
43cg_dfn.c
44cg_dfn.h
45cg_print.c
46cg_print.h
92f73b42 47config
bc63a3a0 48configure.bat
92f73b42 49configure.in
f86ee9d6
KR
50core.c
51core.h
92f73b42
SEF
52dummy.c
53dummy.h
3d3e494e
PB
54flat_bl.m
55fsf_callg_bl.m
56gen-c-prog.awk
92f73b42 57gmon.h
f86ee9d6
KR
58gmon_io.c
59gmon_io.h
60gmon_out.h
92f73b42
SEF
61gprof.1
62gprof.c
92f73b42 63gprof.h
5afba784 64gprof.texi
92f73b42 65hertz.c
f86ee9d6
KR
66hertz.h
67hist.c
68hist.h
92f73b42
SEF
69i386.c
70i386.h
d4e4b3f7
KR
71ns532.c
72ns532.h
f86ee9d6
KR
73search_list.c
74search_list.h
75source.c
76source.h
92f73b42
SEF
77sparc.c
78sparc.h
f86ee9d6
KR
79sym_ids.c
80sym_ids.h
81symtab.c
82symtab.h
92f73b42
SEF
83tahoe.c
84tahoe.h
74a89115
KR
85utils.c
86utils.h
92f73b42
SEF
87vax.c
88vax.h
89
87756e15
RP
90Things-to-lose:
91
f86ee9d6
KR
92.cvsignore
93
92f73b42
SEF
94Do-last:
95
96# End of file.
This page took 0.112963 seconds and 4 git commands to generate.