From: Paul Eggert Date: Fri, 12 Dec 2014 02:24:33 +0000 (-0800) Subject: * .gitignore: Add !lib/std*.in.h, so as to not ignore the .in.h files. X-Git-Tag: emacs-24.4.90~140 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=82ec808;p=emacs.git * .gitignore: Add !lib/std*.in.h, so as to not ignore the .in.h files. --- diff --git a/.gitignore b/.gitignore index 260f6504501..3f1ac89f045 100644 --- a/.gitignore +++ b/.gitignore @@ -65,6 +65,7 @@ lib/inttypes.h lib/libgnu.a lib/signal.h lib/std*.h +!lib/std*.in.h lib/string.h lib/sys/ lib/time.h diff --git a/ChangeLog b/ChangeLog index a99a1b8f99f..75b503b6665 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ Git ignore lib/std*.h * .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and stddef.h. Remove subsumed entries. + Add !lib/std*.in.h, so as to not ignore the .in.h files. 2014-12-11 Paul Eggert