mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
.gitignore: add .gdb_history
When using gdb-dashboard, GDB by default writes the history in the folder where `make debug` was executed (e.g. the application folder). The GDB history will never be useful to upstream, so let's ignore it.
This commit is contained in:
parent
adecba2481
commit
41cb1cc5a1
2
.gitignore
vendored
2
.gitignore
vendored
@ -43,6 +43,8 @@ cachegrind.out*
|
||||
tags
|
||||
# GDB initialization scripts
|
||||
.gdbinit
|
||||
# GDB history (when using gdb-dashboard)
|
||||
.gdb_history
|
||||
|
||||
# Eclipse symbol file (output from make eclipsesym)
|
||||
eclipsesym.xml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user