summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-12-11 18:24:33 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-12-11 18:25:00 -0800
commit82ec808f0a0f4ddcf53b663c1ad7cee26814635c (patch)
tree26c51beaf87b3f63e2969e0ed73b0c0e52fcaa43 /ChangeLog
parent3cf7629f98d1f4eadb1f097e7e6eaef43ab392ac (diff)
downloademacs-82ec808f0a0f4ddcf53b663c1ad7cee26814635c.tar.gz
* .gitignore: Add !lib/std*.in.h, so as to not ignore the .in.h files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
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>