diff options
author | Mark Eichin <eichin@mit.edu> | 1996-01-14 08:40:25 +0000 |
---|---|---|
committer | Mark Eichin <eichin@mit.edu> | 1996-01-14 08:40:25 +0000 |
commit | 3be12fd1f97744d7bbeec94419a03e20b9e0d96c (patch) | |
tree | 3b15ecae838602dd513d3f4a4e1b11cbfe7db8eb /src/appl/gssftp/ftp/.Sanitize | |
parent | 245739416115502693d74bd5872b7df7f69957ab (diff) | |
download | krb5-3be12fd1f97744d7bbeec94419a03e20b9e0d96c.tar.gz krb5-3be12fd1f97744d7bbeec94419a03e20b9e0d96c.tar.xz krb5-3be12fd1f97744d7bbeec94419a03e20b9e0d96c.zip |
Sanitize and cvsignore files for gssftp
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7314 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/gssftp/ftp/.Sanitize')
-rw-r--r-- | src/appl/gssftp/ftp/.Sanitize | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/src/appl/gssftp/ftp/.Sanitize b/src/appl/gssftp/ftp/.Sanitize new file mode 100644 index 0000000000..1ffc3702eb --- /dev/null +++ b/src/appl/gssftp/ftp/.Sanitize @@ -0,0 +1,51 @@ +# Sanitize.in for Kerberos V5 + +# 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 + +Do-first: + +# All files listed between the "Things-to-keep:" line and the +# "Files-to-sed:" line will be kept. All other files will be removed. +# Directories listed in this section will have their own Sanitize +# called. Directories not listed will be removed in their entirety +# with rm -rf. + +Things-to-keep: + +.cvsignore +ChangeLog +Makefile.in +cmds.c +cmdtab.c +configure.in +configure +domacro.c +ftp.M +ftp.c +ftp_var.h +getpass.c +glob.c +main.c +pathnames.h +pclose.c +radix.c +ruserpass.c +secure.c +secure.h + +Things-to-lose: + +Do-last: + +# End of file. |