projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cf7629
)
* .gitignore: Add !lib/std*.in.h, so as to not ignore the .in.h files.
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 12 Dec 2014 02:24:33 +0000
(18:24 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 12 Dec 2014 02:25:00 +0000
(18:25 -0800)
.gitignore
patch
|
blob
|
history
ChangeLog
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 260f65045010316156239e4ce8c7a2bf62c70129..3f1ac89f04552c3858af31a52dc779299a8e6819 100644
(file)
--- 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 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>