diff options
| author | Paul Eggert | 2014-12-11 18:11:46 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-12-11 18:12:13 -0800 |
| commit | 3cf7629f98d1f4eadb1f097e7e6eaef43ab392ac (patch) | |
| tree | b2064b31f048651d8dc09d90eadacaa0f0c0742e | |
| parent | 301a4014a72964a8ec0078055c273d045d94fe42 (diff) | |
| download | emacs-3cf7629f98d1f4eadb1f097e7e6eaef43ab392ac.tar.gz emacs-3cf7629f98d1f4eadb1f097e7e6eaef43ab392ac.zip | |
Git ignore lib/std*.h
* .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and
stddef.h. Remove subsumed entries.
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | ChangeLog | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 6702a192bcb..260f6504501 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -64,10 +64,7 @@ lib/getopt.h | |||
| 64 | lib/inttypes.h | 64 | lib/inttypes.h |
| 65 | lib/libgnu.a | 65 | lib/libgnu.a |
| 66 | lib/signal.h | 66 | lib/signal.h |
| 67 | lib/stdalign.h | 67 | lib/std*.h |
| 68 | lib/stdint.h | ||
| 69 | lib/stdio.h | ||
| 70 | lib/stdlib.h | ||
| 71 | lib/string.h | 68 | lib/string.h |
| 72 | lib/sys/ | 69 | lib/sys/ |
| 73 | lib/time.h | 70 | lib/time.h |
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-12-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Git ignore lib/std*.h | ||
| 4 | * .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and | ||
| 5 | stddef.h. Remove subsumed entries. | ||
| 6 | |||
| 1 | 2014-12-11 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2014-12-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | Port commit-msg to mawk | 9 | Port commit-msg to mawk |