old-cross-binutils/gprof/.Sanitize

99 lines
1.6 KiB
Text
Raw Normal View History

1992-04-07 10:04:26 +00:00
# Sanitize.in for devo.
#
# Each directory to survive it's way into a release will need a file
# like this one called "./.Sanitize". All keyword lines must exist,
# and must exist in the order specified by this file. Each directory
# in the tree will be processed, top down, in the following order.
# Hash started lines like this one are comments and will be deleted
# before anything else is done. Blank lines will also be squashed
# out.
# The lines between the "Do-first:" line and the "Things-to-keep:"
# line are executed as a /bin/sh shell script before anything else is
# done in this
Do-first:
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
# called. Directories not listed will be removed in their entirety
# with rm -rf.
Things-to-keep:
1993-05-27 06:44:29 +00:00
1995-02-07 22:59:13 +00:00
.gdbinit
bb_exit_func.c
ChangeLog
1992-04-07 10:04:26 +00:00
Makefile.in
1995-02-07 22:59:13 +00:00
NOTES
TEST
TODO
alpha.c
alpha.h
basic_blocks.c
basic_blocks.h
bsd_callg_bl.m
1995-02-07 22:59:13 +00:00
call_graph.c
call_graph.h
cg_arcs.c
cg_arcs.h
cg_dfn.c
cg_dfn.h
cg_print.c
cg_print.h
configure
1994-06-22 17:39:31 +00:00
configure.bat
1992-04-07 10:04:26 +00:00
configure.in
1995-02-07 22:59:13 +00:00
core.c
core.h
1992-04-07 10:04:26 +00:00
dummy.c
dummy.h
flat_bl.m
fsf_callg_bl.m
gen-c-prog.awk
1992-04-07 10:04:26 +00:00
gmon.h
1995-02-07 22:59:13 +00:00
gmon_io.c
gmon_io.h
gmon_out.h
1992-04-07 10:04:26 +00:00
gprof.1
gprof.c
gprof.h
1993-02-13 11:01:41 +00:00
gprof.texi
1992-04-07 10:04:26 +00:00
hertz.c
1995-02-07 22:59:13 +00:00
hertz.h
hist.c
hist.h
1992-04-07 10:04:26 +00:00
i386.c
i386.h
1994-11-07 06:52:58 +00:00
ns532.c
ns532.h
1995-02-07 22:59:13 +00:00
search_list.c
search_list.h
source.c
source.h
1992-04-07 10:04:26 +00:00
sparc.c
sparc.h
1995-02-07 22:59:13 +00:00
sym_ids.c
sym_ids.h
symtab.c
symtab.h
1992-04-07 10:04:26 +00:00
tahoe.c
tahoe.h
1995-02-08 22:55:11 +00:00
utils.c
utils.h
1992-04-07 10:04:26 +00:00
vax.c
vax.h
1993-05-27 06:44:29 +00:00
Things-to-lose:
1995-02-07 22:59:13 +00:00
.cvsignore
make_hp_order_obj
make_solaris_order_map
1995-02-07 22:59:13 +00:00
1992-04-07 10:04:26 +00:00
Do-last:
# End of file.