keep .cvsignore and test-build.mk
[deliverable/binutils-gdb.git] / config / .Sanitize
CommitLineData
0fd8d5d9
RP
1# Each directory to survive it's way into a release will need a file
2# like this one called "./.Sanitize". All keyword lines must exist,
3# and must exist in the order specified by this file. Each directory
4# in the tree will be processed, top down, in the following order.
5
6# Hash started lines like this one are comments and will be deleted
7# before anything else is done. Blank lines will also be squashed
8# out.
9
10# The lines between the "Do-first:" line and the "Things-to-keep:"
11# line are executed as a /bin/sh shell script before anything else is
12# done in this
13
14Do-first:
15
0fd8d5d9
RP
16# All files listed between the "Things-to-keep:" line and the
17# "Files-to-sed:" line will be kept. All other files will be removed.
18# Directories listed in this section will have their own Sanitize
19# called. Directories not listed will be removed in their entirety
20# with rm -rf.
21
22Things-to-keep:
23
a19cc981 24ChangeLog
1b05371e 25Do-last:
70faae66 26mh-a68bsd
1b05371e 27mh-aix
d96234d2 28mh-apollo68
dd1f25e0 29mh-decstation
1f2f0a94
SC
30mh-delta88
31mh-dgux
1b05371e 32mh-hpux
407a8389 33mh-irix4
677291b5 34mh-linux
b0680d31 35mh-ncr3000
77e4df42 36mh-sco
4358b911 37mh-solaris
1f2f0a94 38mh-sysv
18ab66f2 39mh-sysv4
1f2f0a94
SC
40mt-a29k
41mt-ebmon29k
d96234d2 42mt-os68k
3b83ff56 43mt-vxworks68
1b05371e 44mt-vxworks960
0fd8d5d9
RP
45
46echo Done in `pwd`.
47
0fd8d5d9 48# End of file.
This page took 0.050479 seconds and 4 git commands to generate.