Ignore .gdbinit

This commit is contained in:
Justin C. Miller
2018-03-31 17:29:50 -07:00
parent 7ce2898b6e
commit a09a25d3e6
2 changed files with 1 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
set architecture i386:x86-64
symbol-file build/kernel.elf.sym
target remote localhost:1234
break kernel_main
continue
disconnect
set architecture i386:x86-64
target remote localhost:1234

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
build build
*.bak *.bak
tags tags
.gdbinit