Create initial gdb config

This commit is contained in:
finga 2025-01-09 15:36:11 +01:00
commit 055e34365e
2 changed files with 5 additions and 0 deletions

2
.config/gdb/gdbinit Normal file
View file

@ -0,0 +1,2 @@
set history save on
set history size 1000000

3
.gitignore.d/gdb Normal file
View file

@ -0,0 +1,3 @@
*
!/.config/gdb/gdbinit
!/.gitignore.d/gdb