diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | ChangeLog | 1 |
2 files changed, 2 insertions, 0 deletions
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 <eggert@cs.ucla.edu> |