emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 82ec808: * .gitignore: Add !lib/std*.in.h, so as


From: Paul Eggert
Subject: [Emacs-diffs] emacs-24 82ec808: * .gitignore: Add !lib/std*.in.h, so as to not ignore the .in.h files.
Date: Fri, 12 Dec 2014 02:25:22 +0000

branch: emacs-24
commit 82ec808f0a0f4ddcf53b663c1ad7cee26814635c
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * .gitignore: Add !lib/std*.in.h, so as to not ignore the .in.h files.
---
 .gitignore |    1 +
 ChangeLog  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 260f650..3f1ac89 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 a99a1b8..75b503b 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  <address@hidden>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]