delve/.gitignore
Jason Del Ponte d54a3262d2 Added aliases to commands
Added:
- break: b
- continue: c
- step: si
- next: n
- print: p

Taken from the gdb command list

Also updated .gitignore to ignore built dlv file in cmd/dlv
2014-11-14 09:49:34 -06:00

11 lines
82 B
Plaintext

dbg
foo
bar
main
notes.txt
**/*.txt
**/*.test
.tags*
tags
.dbg_history
cmd/dlv/dlv