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

Git ignore lib/std*.h

* .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and
stddef.h.  Remove subsumed entries.
This commit is contained in:
Paul Eggert 2014-12-11 18:11:46 -08:00
parent 301a4014a7
commit 3cf7629f98
2 changed files with 7 additions and 4 deletions

5
.gitignore vendored
View File

@ -64,10 +64,7 @@ lib/getopt.h
lib/inttypes.h
lib/libgnu.a
lib/signal.h
lib/stdalign.h
lib/stdint.h
lib/stdio.h
lib/stdlib.h
lib/std*.h
lib/string.h
lib/sys/
lib/time.h

View File

@ -1,3 +1,9 @@
2014-12-12 Paul Eggert <eggert@cs.ucla.edu>
Git ignore lib/std*.h
* .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and
stddef.h. Remove subsumed entries.
2014-12-11 Paul Eggert <eggert@cs.ucla.edu>
Port commit-msg to mawk