* .gitignore: Remove redundant pattern (subsumed by _*).

This commit is contained in:
Paul Eggert 2014-12-01 09:13:35 -08:00
parent f9f250920b
commit d83f0618d4
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View file

@ -117,8 +117,6 @@ deps/
# Logs and temporaries.
*.log
*.tmp
# Created by MS-DOS builds
src/_gdbinit
# Time stamps.
stamp_BLD

View file

@ -1,3 +1,7 @@
2014-12-01 Paul Eggert <eggert@cs.ucla.edu>
* .gitignore: Remove redundant pattern (subsumed by _*).
2014-11-21 Paul Eggert <eggert@cs.ucla.edu>
Add more of the old .bzrignore to .gitignore.