aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-12-11 18:24:33 -0800
committerPaul Eggert2014-12-11 18:25:00 -0800
commit82ec808f0a0f4ddcf53b663c1ad7cee26814635c (patch)
tree26c51beaf87b3f63e2969e0ed73b0c0e52fcaa43 /ChangeLog
parent3cf7629f98d1f4eadb1f097e7e6eaef43ab392ac (diff)
downloademacs-82ec808f0a0f4ddcf53b663c1ad7cee26814635c.tar.gz
emacs-82ec808f0a0f4ddcf53b663c1ad7cee26814635c.zip
* .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 @@
3 Git ignore lib/std*.h 3 Git ignore lib/std*.h
4 * .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and 4 * .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and
5 stddef.h. Remove subsumed entries. 5 stddef.h. Remove subsumed entries.
6 Add !lib/std*.in.h, so as to not ignore the .in.h files.
6 7
72014-12-11 Paul Eggert <eggert@cs.ucla.edu> 82014-12-11 Paul Eggert <eggert@cs.ucla.edu>
8 9