]>
Commit | Line | Data |
---|---|---|
9f899c7c BC |
1 | # Sanitize.in for devo/gas/testsuite/gasp. |
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 | ||
20 | # All files listed between the "Things-to-keep:" line and the | |
21 | # "Files-to-sed:" line will be kept. All other files will be removed. | |
22 | # Directories listed in this section will have their own Sanitize | |
23 | # called. Directories not listed will be removed in their entirety | |
24 | # with rm -rf. | |
25 | ||
26 | Things-to-keep: | |
27 | ||
28 | INC1.H | |
29 | INC2.H | |
30 | assign.asm | |
b74e86ec SC |
31 | assign.err |
32 | assign.out | |
9f899c7c | 33 | condass.asm |
b74e86ec SC |
34 | condass.err |
35 | condass.out | |
9f899c7c | 36 | crash.asm |
b74e86ec SC |
37 | crash.err |
38 | crash.out | |
9f899c7c | 39 | crash1.asm |
b74e86ec SC |
40 | crash1.err |
41 | crash1.out | |
9f899c7c | 42 | crash2.asm |
b74e86ec SC |
43 | crash2.err |
44 | crash2.out | |
9f899c7c | 45 | data.asm |
b74e86ec SC |
46 | data.err |
47 | data.out | |
9f899c7c | 48 | exp.asm |
b74e86ec SC |
49 | exp.err |
50 | exp.out | |
51 | gasp.exp | |
9f899c7c | 52 | include.asm |
b74e86ec SC |
53 | include.err |
54 | include.out | |
9f899c7c | 55 | listing.asm |
b74e86ec SC |
56 | listing.err |
57 | listing.out | |
9f899c7c | 58 | macro.asm |
b74e86ec SC |
59 | macro.err |
60 | macro.out | |
9f899c7c | 61 | mdouble.asm |
b74e86ec SC |
62 | mdouble.err |
63 | mdouble.out | |
b2e0bd63 | 64 | mri |
9f899c7c | 65 | pl1.asm |
b74e86ec SC |
66 | pl1.err |
67 | pl1.out | |
9f899c7c | 68 | pl2.asm |
b74e86ec SC |
69 | pl2.err |
70 | pl2.out | |
9f899c7c | 71 | pl3.asm |
b74e86ec SC |
72 | pl3.err |
73 | pl3.out | |
9f899c7c | 74 | pl4.asm |
b74e86ec SC |
75 | pl4.err |
76 | pl4.out | |
9f899c7c | 77 | pl5.asm |
b74e86ec SC |
78 | pl5.err |
79 | pl5.out | |
9f899c7c | 80 | pl6.asm |
b74e86ec SC |
81 | pl6.err |
82 | pl6.out | |
9f899c7c | 83 | pl7.asm |
b74e86ec SC |
84 | pl7.err |
85 | pl7.out | |
9f899c7c | 86 | pl8.asm |
b74e86ec SC |
87 | pl8.err |
88 | pl8.out | |
89 | pr7583.asm | |
90 | pr7583.err | |
91 | pr7583.out | |
9f899c7c | 92 | reg.asm |
b74e86ec SC |
93 | reg.err |
94 | reg.out | |
9f899c7c | 95 | rep.asm |
b74e86ec SC |
96 | rep.err |
97 | rep.out | |
9f899c7c | 98 | repeat.asm |
b74e86ec SC |
99 | repeat.err |
100 | repeat.out | |
9f899c7c | 101 | reperr.asm |
b74e86ec SC |
102 | reperr.err |
103 | reperr.out | |
9f899c7c | 104 | reperr1.asm |
b74e86ec SC |
105 | reperr1.err |
106 | reperr1.out | |
9f899c7c | 107 | reperr2.asm |
b74e86ec SC |
108 | reperr2.err |
109 | reperr2.out | |
9f899c7c | 110 | reperr3.asm |
b74e86ec SC |
111 | reperr3.err |
112 | reperr3.out | |
9f899c7c | 113 | sdata.asm |
b74e86ec SC |
114 | sdata.err |
115 | sdata.out | |
9f899c7c | 116 | sfunc.asm |
b74e86ec SC |
117 | sfunc.err |
118 | sfunc.out | |
9f899c7c | 119 | t1.asm |
b74e86ec SC |
120 | t1.err |
121 | t1.out | |
9f899c7c | 122 | t2.asm |
b74e86ec SC |
123 | t2.err |
124 | t2.out | |
9f899c7c | 125 | t3.asm |
b74e86ec SC |
126 | t3.err |
127 | t3.out | |
9f899c7c | 128 | while.asm |
b74e86ec SC |
129 | while.err |
130 | while.out | |
9f899c7c BC |
131 | |
132 | Things-to-lose: | |
133 | ||
134 | Do-last: | |
135 | ||
136 | # End of file. |