diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-04-16 13:39:57 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-04-16 13:39:57 +0000 |
commit | 9ce0322db8511a64d7a8e44da3fa8e6271b1cb2a (patch) | |
tree | f11ffac08ec65dd3fe52dac717e4b6ccd61e6954 /gdb/.Sanitize | |
parent | 515587409ed288f72f004bedc524dc8ad6bcb6c9 (diff) | |
download | gdb-9ce0322db8511a64d7a8e44da3fa8e6271b1cb2a.zip gdb-9ce0322db8511a64d7a8e44da3fa8e6271b1cb2a.tar.gz gdb-9ce0322db8511a64d7a8e44da3fa8e6271b1cb2a.tar.bz2 |
README.GDBTK is a gdbtk file
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r-- | gdb/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 4d7346c..0d0822c 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -31,7 +31,7 @@ fi # mswin gdb is not really gdbtk, but is close enough for now. -gdbtk_files="gdbtk.c gdbtk.tcl mswin" +gdbtk_files="README.GDBTK gdbtk.c gdbtk.tcl mswin" if ( echo $* | grep lose\-gdbtk > /dev/null ) ; then lose_these_too="${gdbtk_files} ${lose_these_too}" |