From: Manuel Giraud Date: Thu, 15 Dec 2022 08:50:32 +0000 (+0100) Subject: * .gitignore: Ignore GDB history files. X-Git-Tag: emacs-29.0.90~1159 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8404253d17a;p=emacs.git * .gitignore: Ignore GDB history files. --- 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