diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | ChangeLog | 5 |
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 | ||
| 95 | src/_gdbinit | ||
| 94 | 96 | ||
| 95 | # Time stamps. | 97 | # Time stamps. |
| 96 | stamp_BLD | 98 | stamp_BLD |
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-11-20 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2014-11-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Add a.out to .gitignore. | 8 | Add a.out to .gitignore. |