emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 8404253d17: * .gitignore: Ignore GDB history files.


From: Eli Zaretskii
Subject: emacs-29 8404253d17: * .gitignore: Ignore GDB history files.
Date: Thu, 15 Dec 2022 05:55:39 -0500 (EST)

branch: emacs-29
commit 8404253d17a6daf2cbd6269491234c0b70fa2039
Author: Manuel Giraud <manuel@ledu-giraud.fr>
Commit: Eli Zaretskii <eliz@gnu.org>

    * .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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]