diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-11 18:24:33 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-11 18:25:00 -0800 |
commit | 82ec808f0a0f4ddcf53b663c1ad7cee26814635c (patch) | |
tree | 26c51beaf87b3f63e2969e0ed73b0c0e52fcaa43 /.gitignore | |
parent | 3cf7629f98d1f4eadb1f097e7e6eaef43ab392ac (diff) | |
download | emacs-82ec808f0a0f4ddcf53b663c1ad7cee26814635c.tar.gz |
* .gitignore: Add !lib/std*.in.h, so as to not ignore the .in.h files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 260f6504501..3f1ac89f045 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 |