# .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
Chooser.ad
Makefile.in
README.conf
access.c
aclocal.m4
auth.c
choose.c
chooser.c
config
configure.in
daemon.c
defines.h
dm.c
dm.h
dpylist.c
error.c
file.c
genauth.c
greet.h
greeter
krb5auth.c
mitauth.c
netaddr.c
policy.c
protodpy.c
reset.c
resource.c
rpcauth.c
server.c
session.c
sessreg.c
sessreg.man
socket.c
streams.c
util.c
xdm-restart.c
xdm.man
xdmauth.c
xdmcp.c
xdmshell.c

Things-to-lose:

Do-last:

# End of file.
