1
0
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:
Marian Buschsieweke 2025-01-23 11:52:57 +01:00
parent adecba2481
commit 41cb1cc5a1
No known key found for this signature in database
GPG Key ID: 758BD52517F79C41

2
.gitignore vendored
View File

@ -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