* configure.in: Change version number to 2.8.2. Call
[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
KR
37alpha.c
38alpha.h
39basic_blocks.c
40basic_blocks.h
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
92f73b42
SEF
55dummy.c
56dummy.h
3d3e494e
PB
57flat_bl.m
58fsf_callg_bl.m
274e44ae 59gconfig.in
3d3e494e 60gen-c-prog.awk
92f73b42 61gmon.h
f86ee9d6
KR
62gmon_io.c
63gmon_io.h
64gmon_out.h
92f73b42
SEF
65gprof.1
66gprof.c
92f73b42 67gprof.h
5afba784 68gprof.texi
92f73b42 69hertz.c
f86ee9d6
KR
70hertz.h
71hist.c
72hist.h
92f73b42
SEF
73i386.c
74i386.h
d4e4b3f7
KR
75ns532.c
76ns532.h
f86ee9d6
KR
77search_list.c
78search_list.h
79source.c
80source.h
92f73b42
SEF
81sparc.c
82sparc.h
274e44ae 83stamp-h.in
f86ee9d6
KR
84sym_ids.c
85sym_ids.h
86symtab.c
87symtab.h
92f73b42
SEF
88tahoe.c
89tahoe.h
74a89115
KR
90utils.c
91utils.h
92f73b42
SEF
92vax.c
93vax.h
94
87756e15
RP
95Things-to-lose:
96
f86ee9d6 97.cvsignore
71128bd7
JL
98make_hp_order_obj
99make_solaris_order_map
f86ee9d6 100
92f73b42
SEF
101Do-last:
102
103# End of file.
This page took 0.176124 seconds and 4 git commands to generate.