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:
commit
89c2002ec7
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