From 82ec808f0a0f4ddcf53b663c1ad7cee26814635c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 11 Dec 2014 18:24:33 -0800 Subject: [PATCH] * .gitignore: Add !lib/std*.in.h, so as to not ignore the .in.h files. --- .gitignore | 1 + ChangeLog | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.2