updated for added/removed files
[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 ChangeLog
29 Makefile.in
30 NOTES
31 TEST
32 TODO
33 alpha.c
34 alpha.h
35 basic_blocks.c
36 basic_blocks.h
37 bsd_callg_bl.m
38 call_graph.c
39 call_graph.h
40 cg_arcs.c
41 cg_arcs.h
42 cg_dfn.c
43 cg_dfn.h
44 cg_print.c
45 cg_print.h
46 config
47 configure.bat
48 configure.in
49 core.c
50 core.h
51 dummy.c
52 dummy.h
53 flat_bl.m
54 fsf_callg_bl.m
55 gen-c-prog.awk
56 gmon.h
57 gmon_io.c
58 gmon_io.h
59 gmon_out.h
60 gprof.1
61 gprof.c
62 gprof.h
63 gprof.texi
64 hertz.c
65 hertz.h
66 hist.c
67 hist.h
68 i386.c
69 i386.h
70 ns532.c
71 ns532.h
72 search_list.c
73 search_list.h
74 source.c
75 source.h
76 sparc.c
77 sparc.h
78 sym_ids.c
79 sym_ids.h
80 symtab.c
81 symtab.h
82 tahoe.c
83 tahoe.h
84 vax.c
85 vax.h
86
87 Things-to-lose:
88
89 .cvsignore
90
91 Do-last:
92
93 # End of file.
This page took 0.030991 seconds and 4 git commands to generate.