Skip to content

Commit

Permalink
add .gdb_history to .gitignore
Browse files Browse the repository at this point in the history
.gdb_history is created next to NuttX ELF when working with pwndbg GDB plug-in
  • Loading branch information
raiden00pl authored and xiaoxiang781216 committed Sep 14, 2024
1 parent 11f06eb commit 28efb28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
/.config\ *
/.cproject
/.gdbinit
/.gdb_history
/.project
/.version
/_SAVED_APPS_config
Expand Down

0 comments on commit 28efb28

Please sign in to comment.