]> Git Repo - binutils.git/blob - gdb/testsuite/gdb.chill/.Sanitize
533930758924b747ba900287a6fb4d5060c6f754
[binutils.git] / gdb / testsuite / gdb.chill / .Sanitize
1 # .Sanitize for devo/gdb/testsuite/gdb.chill.
2
3 # Each directory to survive its way into a release will need a file
4 # like this one called "./.Sanitize".  All keyword lines must exist,
5 # and must exist in the order specified by this file.  Each directory
6 # in the tree will be processed, top down, in the following order.
7
8 # Hash started lines like this one are comments and will be deleted
9 # before anything else is done.  Blank lines will also be squashed
10 # out.
11
12 # The lines between the "Do-first:" line and the "Things-to-keep:"
13 # line are executed as a /bin/sh shell script before anything else is
14 # done in this directory.
15
16 Do-first:
17
18 # All files listed between the "Things-to-keep:" line and the
19 # "Do-last:" line will be kept.  All other files will be removed.
20 # Directories listed in this section will have their own Sanitize
21 # called.  Directories not listed will be removed in their entirety
22 # with rm -rf.
23
24 Things-to-keep:
25
26 ChangeLog
27 Makefile.in
28 builtins.ch
29 builtins.exp
30 callch.ch
31 callch.exp
32 chexp.exp
33 chillvars.ch
34 chillvars.exp
35 configure
36 configure.in
37 func1.ch
38 misc.ch
39 misc.exp
40 pr-4975.ch
41 pr-4975-grt.ch
42 pr-4975.exp
43 pr-5016.ch
44 pr-5016.exp
45 pr-5020.ch
46 pr-5020.exp
47 pr-5022.ch
48 pr-5022.exp
49 pr-5646.ch
50 pr-5646-grt.ch
51 pr-5646.exp
52 pr-5984.ch
53 pr-5984.exp
54 pr-6292.ch
55 pr-6292.exp
56 pr-6632.ch
57 pr-6632-grt.ch
58 pr-6632.exp
59 pr-8134.exp
60 pr-8136.ch
61 pr-8136.exp
62 pr-8405.ch
63 pr-8405.exp
64 result.ch
65 result.exp
66 string.ch
67 string.exp
68 tests1.ch
69 tests1.exp
70 tests2.ch
71 tests2.exp
72 tuples.ch
73 tuples.exp
74
75 Things-to-lose:
76
77 # The lines between the "Do-last:" line and the end of the file
78 # are executed as a /bin/sh shell script after everything else is
79 # done.
80
81 Do-last:
82
83 # eof
This page took 0.020091 seconds and 2 git commands to generate.