]> git.eshelyaron.com Git - emacs.git/commitdiff
* .gitignore: Add !lib/std*.in.h, so as to not ignore the .in.h files.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 12 Dec 2014 02:24:33 +0000 (18:24 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 12 Dec 2014 02:25:00 +0000 (18:25 -0800)
.gitignore
ChangeLog

index 260f65045010316156239e4ce8c7a2bf62c70129..3f1ac89f04552c3858af31a52dc779299a8e6819 100644 (file)
@@ -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
index a99a1b8f99f6afba71b2ba66f4ba1e7be53e44ef..75b503b6665eed5704315a64c9931f0e33535e46 100644 (file)
--- 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>