>From c661a8c4a54f44b49a0ddf321151b5166a76d4ba Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Thu, 15 Dec 2022 09:50:32 +0100 Subject: [PATCH] * .gitignore: Ignore GDB history files. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f4d2c15f51..af0ba0eb41 100644 --- a/.gitignore +++ b/.gitignore @@ -334,3 +334,7 @@ lib-src/seccomp-filter-exec.pfc # Ignore a directory used by dap-mode. .vscode /test/gmp.h + +# GDB history +.gdb_history +_gdb_history -- 2.38.1