From 8404253d17a6daf2cbd6269491234c0b70fa2039 Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Thu, 15 Dec 2022 09:50:32 +0100 Subject: * .gitignore: Ignore GDB history files. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f4d2c15f516..af0ba0eb410 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 -- cgit v1.2.3