add support for gdbinit

This commit is contained in:
David Majnemer 2010-04-24 01:26:16 -05:00
parent 8092c4c0f4
commit 09b17148da
2 changed files with 11 additions and 0 deletions

9
gdbinit Normal file
View file

@ -0,0 +1,9 @@
set confirm off
set history save on
set verbose off
set output-radix 0x10
set input-radix 0x10
set height 0
set width 0

View file

@ -81,6 +81,8 @@ my %links = (
'git-untrack-ignored' => 'bin/git-untracked-ignored',
latex => '.latex',
gdbinit => '.gdbinit',
);
my $i = 0; # Keep track of how many links we added