diff options
| author | Paul Eggert | 2014-12-11 18:24:33 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-12-11 18:25:00 -0800 |
| commit | 82ec808f0a0f4ddcf53b663c1ad7cee26814635c (patch) | |
| tree | 26c51beaf87b3f63e2969e0ed73b0c0e52fcaa43 /ChangeLog | |
| parent | 3cf7629f98d1f4eadb1f097e7e6eaef43ab392ac (diff) | |
| download | emacs-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 | ||
| 7 | 2014-12-11 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2014-12-11 Paul Eggert <eggert@cs.ucla.edu> |
| 8 | 9 | ||