]>
Commit | Line | Data |
---|---|---|
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 | ||
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: | |
87756e15 | 26 | |
f86ee9d6 | 27 | .gdbinit |
809f005e | 28 | bb_exit_func.c |
5d32c952 | 29 | ChangeLog |
92f73b42 | 30 | Makefile.in |
f86ee9d6 KR |
31 | NOTES |
32 | TEST | |
33 | TODO | |
34 | alpha.c | |
35 | alpha.h | |
36 | basic_blocks.c | |
37 | basic_blocks.h | |
3d3e494e | 38 | bsd_callg_bl.m |
f86ee9d6 KR |
39 | call_graph.c |
40 | call_graph.h | |
41 | cg_arcs.c | |
42 | cg_arcs.h | |
43 | cg_dfn.c | |
44 | cg_dfn.h | |
45 | cg_print.c | |
46 | cg_print.h | |
7858d8dc | 47 | configure |
bc63a3a0 | 48 | configure.bat |
92f73b42 | 49 | configure.in |
f86ee9d6 KR |
50 | core.c |
51 | core.h | |
92f73b42 SEF |
52 | dummy.c |
53 | dummy.h | |
3d3e494e PB |
54 | flat_bl.m |
55 | fsf_callg_bl.m | |
56 | gen-c-prog.awk | |
92f73b42 | 57 | gmon.h |
f86ee9d6 KR |
58 | gmon_io.c |
59 | gmon_io.h | |
60 | gmon_out.h | |
92f73b42 SEF |
61 | gprof.1 |
62 | gprof.c | |
92f73b42 | 63 | gprof.h |
5afba784 | 64 | gprof.texi |
92f73b42 | 65 | hertz.c |
f86ee9d6 KR |
66 | hertz.h |
67 | hist.c | |
68 | hist.h | |
92f73b42 SEF |
69 | i386.c |
70 | i386.h | |
d4e4b3f7 KR |
71 | ns532.c |
72 | ns532.h | |
f86ee9d6 KR |
73 | search_list.c |
74 | search_list.h | |
75 | source.c | |
76 | source.h | |
92f73b42 SEF |
77 | sparc.c |
78 | sparc.h | |
f86ee9d6 KR |
79 | sym_ids.c |
80 | sym_ids.h | |
81 | symtab.c | |
82 | symtab.h | |
92f73b42 SEF |
83 | tahoe.c |
84 | tahoe.h | |
74a89115 KR |
85 | utils.c |
86 | utils.h | |
92f73b42 SEF |
87 | vax.c |
88 | vax.h | |
89 | ||
87756e15 RP |
90 | Things-to-lose: |
91 | ||
f86ee9d6 | 92 | .cvsignore |
71128bd7 JL |
93 | make_hp_order_obj |
94 | make_solaris_order_map | |
f86ee9d6 | 95 | |
92f73b42 SEF |
96 | Do-last: |
97 | ||
98 | # End of file. |