mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-09 08:46:59 +02:00
ignore .gdb_history files
When using gdb, history files will often get generated. So ignore them. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
c8aa7dfc18
commit
bfa0af6b22
3
.gitignore
vendored
3
.gitignore
vendored
@ -47,6 +47,9 @@ patches-*
|
|||||||
patches
|
patches
|
||||||
series
|
series
|
||||||
|
|
||||||
|
# gdb files
|
||||||
|
.gdb_history
|
||||||
|
|
||||||
# cscope files
|
# cscope files
|
||||||
cscope.*
|
cscope.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user