# .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:

ChangeLog
ChangeLog.mit
Makefile.in
Makefile.ov
afs.c
afs_ed_ct.ct
afs_edit.M
configure.in
consume.c
consume.h
dump.c
dumpv4.c
import_err.et
kadm5_create.c
kascvt.h
kdb5_create.c
kdb5_destroy.c
kdb5_edit.M
kdb5_edit.c
kdb5_edit.h
kdb5_stash.c
kdb5_util.M
kdb5_util.c
kdb5_util.h
loadv4.c
ovload.c
ss_wrapper.c
string_table.c
string_table.h
strtok.c
tcl_wrapper.c
util.c

Things-to-lose:

Do-last:

# End of file.
