mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
Add src/_gdbinit to .gitignore.
.gitignore: Add back src/_gdbinit, which is a temporary file created by the MS-DOS build.
This commit is contained in:
parent
54a29f4a7c
commit
30c94ebea1
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -91,6 +91,8 @@ deps/
|
|||
# Logs and temporaries.
|
||||
*.log
|
||||
*.tmp
|
||||
# Created by MS-DOS builds
|
||||
src/_gdbinit
|
||||
|
||||
# Time stamps.
|
||||
stamp_BLD
|
||||
|
|
|
|||
Loading…
Reference in a new issue