1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

* .gitignore: Add !lib/std*.in.h, so as to not ignore the .in.h files.

This commit is contained in:
Paul Eggert 2014-12-11 18:24:33 -08:00
parent 3cf7629f98
commit 82ec808f0a
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View 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

View File

@ -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>