typo
[deliverable/binutils-gdb.git] / mmalloc / .Sanitize
index 30f8195392821d197793e4fb364537320e449c05..48c537791050b45add035e52206f7dad113a8a33 100644 (file)
@@ -1,8 +1,6 @@
-# Sanitize.in for devo.
-# $Id$
-#
+# .Sanitize for devo/mmalloc.
 
-# Each directory to survive it's way into a release will need a file
+# Each directory to survive its 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.
@@ -13,7 +11,7 @@
 
 # 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 
+# done in this directory.
 
 Do-first:
 
@@ -25,21 +23,25 @@ Do-first:
 
 Things-to-keep:
 
+COPYING.LIB
 ChangeLog
 Makefile.in
+TODO
 attach.c
-config
+configure
 configure.in
 detach.c
 keys.c
 mcalloc.c
 mfree.c
+mm.c
 mmalloc.c
 mmalloc.h
 mmalloc.texi
 mmap-sup.c
 mmcheck.c
 mmemalign.c
+mmprivate.h
 mmstats.c
 mmtrace.awk
 mmtrace.c
@@ -47,4 +49,13 @@ mrealloc.c
 mvalloc.c
 sbrk-sup.c
 
+# Things that are explicitly sanitized away:
+#
+# fsf.shar     - Shell archive of the original fsf sources used as base.
+
+Things-to-lose:
+
+fsf.shar
+test1.c
+
 Do-last:
This page took 0.024156 seconds and 4 git commands to generate.