diff --git a/.gitignore b/.gitignore index 7a17aa96aa0..584e97868d7 100644 --- a/.gitignore +++ b/.gitignore @@ -91,6 +91,8 @@ deps/ # Logs and temporaries. *.log *.tmp +# Created by MS-DOS builds +src/_gdbinit # Time stamps. stamp_BLD diff --git a/ChangeLog b/ChangeLog index 84754187ef9..9de94076e6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-11-21 Eli Zaretskii + + * .gitignore: Add back src/_gdbinit, which is a temporary file + created by the MS-DOS build. + 2014-11-20 Paul Eggert Add a.out to .gitignore.