# .Sanitize script for `pwd`.

# Each directory to survive it's way into a release will need a file like 
# this one called "./.Sanitize".  All keyword lines must exist, and must
# exist in the order specified by this file.  Each directory in the tree will
# be processed, top down, in the following order.

# Hash started lines like this one are comments and will be deleted before
# anything else is done.  Blank lines will also be squashed out.

# The lines between the "Do-first:" line and the "Things-to-keep:" line are
# executed as a /bin/sh shell script before anything else is done in this
# script.

Do-first:

# All files listed between the "Things-to-keep:" line and the
# "Things-to-lose:" line will be kept.  All other files will be silently
# removed.  Directories listed in this section will have their own .Sanitize
# file processed.  Directories not listed will be silently removed in their
# entirety with rm -rf.

# Files and directories between the "Things-to-lose:" and "Do-last:" lines
# will be deleted if present, and an alarm will be issued if they are not
# present.

# The lines between the "Do-last:" line and the file's end are executed
# as a /bin/sh shell script after everything else is done in this script.

# See the /usr/unsupported/bin/Sanitize script for more details.

Things-to-keep:

Makefile.in
config-data.h
config-def.h
config.h
mf.TEMPLATE
mf.aix3
mf.bsdi
mf.concen
mf.cxux
mf.dcosx
mf.dgux
mf.dynix
mf.dynixptx
mf.fpx4
mf.ftx
mf.hpux
mf.irix4
mf.irix5
mf.isc
mf.linux
mf.mipsos4
mf.mipsos5
mf.ncr
mf.nextstep2
mf.nextstep3
mf.osf1
mf.pyrosx
mf.stellix
mf.sunos4
mf.sunos5
mf.svr4
mf.tracebsd
mf.ultrix4
mf.unicos
mf.xinu43
os-TEMPLATE.h
os-aix3.h
os-bsdi.h
os-concen.h
os-cxux.h
os-dcosx.h
os-dgux.h
os-dynix.h
os-dynixptx.h
os-fpx4.h
os-ftx.h
os-hpux.h
os-irix4.h
os-irix5.h
os-isc.h
os-linux.h
os-mipsos4.h
os-mipsos5.h
os-ncr.h
os-nextstep2.h
os-nextstep3.h
os-osf1.h
os-pyrosx.h
os-stellix.h
os-sunos4.h
os-sunos5.h
os-svr4.h
os-tracebsd.h
os-type
os-ultrix4.h
os-unicos.h
os-xinu43.h
runmake

Things-to-lose:

Do-last:

# End of file.
