keep patch, remove rcsid

This commit is contained in:
K. Richard Pixley 1992-04-24 20:53:28 +00:00
parent 6daa0768ba
commit 57d32184c3

View file

@ -1,6 +1,4 @@
# .Sanitize for devo. # .Sanitize for devo.
# $Id$
#
# Each directory to survive it's way into a release will need a file # Each directory to survive it's way into a release will need a file
# like this one called "./.Sanitize". All keyword lines must exist, # like this one called "./.Sanitize". All keyword lines must exist,
@ -25,6 +23,7 @@ Do-first:
Things-to-keep: Things-to-keep:
ChangeLog
Makefile.in Makefile.in
README README
bfd bfd
@ -59,6 +58,7 @@ make
mmalloc mmalloc
move-if-change move-if-change
newlib newlib
patch
rcs rcs
readline readline
send_pr send_pr
@ -123,3 +123,5 @@ for i in * ; do
echo Some mentions of Sanitize are still left in $i! echo Some mentions of Sanitize are still left in $i!
fi fi
done done
# eof