aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2014-11-21 10:56:15 +0200
committerEli Zaretskii2014-11-21 10:56:15 +0200
commit30c94ebea137e0733b1ee902f4ec1bd15014a8d2 (patch)
tree9b0007195d5b78cd8dd5577416cfdbd2b45e42ea
parent54a29f4a7cd3ff02efc1d038e9d7f6de4fbcb23e (diff)
downloademacs-30c94ebea137e0733b1ee902f4ec1bd15014a8d2.tar.gz
emacs-30c94ebea137e0733b1ee902f4ec1bd15014a8d2.zip
Add src/_gdbinit to .gitignore.
.gitignore: Add back src/_gdbinit, which is a temporary file created by the MS-DOS build.
-rw-r--r--.gitignore2
-rw-r--r--ChangeLog5
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7a17aa96aa0..584e97868d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -91,6 +91,8 @@ deps/
91# Logs and temporaries. 91# Logs and temporaries.
92*.log 92*.log
93*.tmp 93*.tmp
94# Created by MS-DOS builds
95src/_gdbinit
94 96
95# Time stamps. 97# Time stamps.
96stamp_BLD 98stamp_BLD
diff --git a/ChangeLog b/ChangeLog
index 84754187ef9..9de94076e6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12014-11-21 Eli Zaretskii <eliz@gnu.org>
2
3 * .gitignore: Add back src/_gdbinit, which is a temporary file
4 created by the MS-DOS build.
5
12014-11-20 Paul Eggert <eggert@cs.ucla.edu> 62014-11-20 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Add a.out to .gitignore. 8 Add a.out to .gitignore.