1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

Merge pull request #21156 from maribu/gitignore/gdb_history

.gitignore: add .gdb_history
This commit is contained in:
mguetschow 2025-01-23 12:58:08 +00:00 committed by GitHub
commit 89c2002ec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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