diff options
| author | Tom Yu <tlyu@mit.edu> | 1996-09-11 16:01:18 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1996-09-11 16:01:18 +0000 |
| commit | 5703cfe7cdaeb9e8d21a8dba5993c96a48037cf6 (patch) | |
| tree | 92ff554cbf1af2f7245335950786624f1f6268b5 /src/lib/gssapi/sample | |
| parent | 532603aef49c1648271bbc2149efc73f7980bbfc (diff) | |
| download | krb5-5703cfe7cdaeb9e8d21a8dba5993c96a48037cf6.tar.gz krb5-5703cfe7cdaeb9e8d21a8dba5993c96a48037cf6.tar.xz krb5-5703cfe7cdaeb9e8d21a8dba5993c96a48037cf6.zip | |
remove spurious files
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9079 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/sample')
| -rw-r--r-- | src/lib/gssapi/sample/.Sanitize | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/lib/gssapi/sample/.Sanitize b/src/lib/gssapi/sample/.Sanitize deleted file mode 100644 index 778c44ef1..000000000 --- a/src/lib/gssapi/sample/.Sanitize +++ /dev/null @@ -1,31 +0,0 @@ -# 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: - - -Things-to-lose: - -Do-last: - -# End of file. |
