projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12684c3
)
* .gitignore: Ignore GDB history files.
author
Manuel Giraud
<manuel@ledu-giraud.fr>
Thu, 15 Dec 2022 08:50:32 +0000
(09:50 +0100)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 15 Dec 2022 10:55:08 +0000
(12:55 +0200)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index f4d2c15f5164b8daf8583f02031490d5ba6f5d6a..af0ba0eb410a3ebb1a411e3bfb36127390b58075 100644
(file)
--- 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