* configure.in: Change version number to 2.8.2. Call
[deliverable/binutils-gdb.git] / gprof / .Sanitize
1 # Sanitize.in for devo.
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
17 Do-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
25 Things-to-keep:
26
27 .gdbinit
28 bb_exit_func.c
29 ChangeLog
30 Makefile.am
31 Makefile.in
32 NOTES
33 TEST
34 TODO
35 acconfig.h
36 aclocal.m4
37 alpha.c
38 alpha.h
39 basic_blocks.c
40 basic_blocks.h
41 bsd_callg_bl.m
42 call_graph.c
43 call_graph.h
44 cg_arcs.c
45 cg_arcs.h
46 cg_dfn.c
47 cg_dfn.h
48 cg_print.c
49 cg_print.h
50 configure
51 configure.bat
52 configure.in
53 core.c
54 core.h
55 dummy.c
56 dummy.h
57 flat_bl.m
58 fsf_callg_bl.m
59 gconfig.in
60 gen-c-prog.awk
61 gmon.h
62 gmon_io.c
63 gmon_io.h
64 gmon_out.h
65 gprof.1
66 gprof.c
67 gprof.h
68 gprof.texi
69 hertz.c
70 hertz.h
71 hist.c
72 hist.h
73 i386.c
74 i386.h
75 ns532.c
76 ns532.h
77 search_list.c
78 search_list.h
79 source.c
80 source.h
81 sparc.c
82 sparc.h
83 stamp-h.in
84 sym_ids.c
85 sym_ids.h
86 symtab.c
87 symtab.h
88 tahoe.c
89 tahoe.h
90 utils.c
91 utils.h
92 vax.c
93 vax.h
94
95 Things-to-lose:
96
97 .cvsignore
98 make_hp_order_obj
99 make_solaris_order_map
100
101 Do-last:
102
103 # End of file.
This page took 0.047665 seconds and 5 git commands to generate.