diff options
author | K. Richard Pixley <rich@cygnus> | 1993-05-27 06:44:29 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-05-27 06:44:29 +0000 |
commit | 87756e15db9426efa646df410eed1de8533174ac (patch) | |
tree | b417cb3c813b0e1dbc3612b0e9b2bbdbfaffa865 /gprof | |
parent | 7b85349fe85f22b96495ef7eff04c6e5b28c3d66 (diff) | |
download | gdb-87756e15db9426efa646df410eed1de8533174ac.zip gdb-87756e15db9426efa646df410eed1de8533174ac.tar.gz gdb-87756e15db9426efa646df410eed1de8533174ac.tar.bz2 |
added things-to-lose sections
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/.Sanitize | 3 | ||||
-rw-r--r-- | gprof/config/.Sanitize | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gprof/.Sanitize b/gprof/.Sanitize index 2e44e51..71de65e 100644 --- a/gprof/.Sanitize +++ b/gprof/.Sanitize @@ -23,6 +23,7 @@ Do-first: # with rm -rf. Things-to-keep: + ChangeLog Makefile.in arcs.c @@ -53,6 +54,8 @@ tahoe.h vax.c vax.h +Things-to-lose: + Do-last: # End of file. diff --git a/gprof/config/.Sanitize b/gprof/config/.Sanitize index 27f1f76..9e6dea4 100644 --- a/gprof/config/.Sanitize +++ b/gprof/config/.Sanitize @@ -20,12 +20,15 @@ Do-first: # with rm -rf. Things-to-keep: + mt-dummy mt-i386 mt-sparc mt-tahoe mt-vax +Things-to-lose: + Do-last: # End of file. |