From: Paul Eggert Date: Fri, 12 Dec 2014 02:11:46 +0000 (-0800) Subject: Git ignore lib/std*.h X-Git-Tag: emacs-24.4.90~141 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3cf7629;p=emacs.git Git ignore lib/std*.h * .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and stddef.h. Remove subsumed entries. --- diff --git a/.gitignore b/.gitignore index 6702a192bcb..260f6504501 100644 --- a/.gitignore +++ b/.gitignore @@ -64,10 +64,7 @@ lib/getopt.h lib/inttypes.h lib/libgnu.a lib/signal.h -lib/stdalign.h -lib/stdint.h -lib/stdio.h -lib/stdlib.h +lib/std*.h lib/string.h lib/sys/ lib/time.h diff --git a/ChangeLog b/ChangeLog index 39d3eae6faf..a99a1b8f99f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-12-12 Paul Eggert + + Git ignore lib/std*.h + * .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and + stddef.h. Remove subsumed entries. + 2014-12-11 Paul Eggert Port commit-msg to mawk