diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-04-11 13:49:08 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-04-11 13:49:31 -0700 |
commit | 24ecbc008f13c9fb18eac6e1895ea83bb70c4139 (patch) | |
tree | 3eafd29f129bf3fe6e114c8554579c24ec94e2ea /.gitignore | |
parent | fc530e56cf17494be840933fd56534be42fbac45 (diff) | |
download | emacs-24ecbc008f13c9fb18eac6e1895ea83bb70c4139.tar.gz |
* .gitignore: Ignore doc temps and outputs.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 67d28653549..9d32e6bafc4 100644 --- a/.gitignore +++ b/.gitignore @@ -217,6 +217,7 @@ lisp/international/uni-*.el *.ps *.sc *.scs +*.t2d/ *.tg *.tgs *.toc @@ -229,7 +230,8 @@ doc/man/emacs.1 doc/misc/cc-mode.ss etc/DOC etc/refcards/emacsver.tex -info/dir +gnustmp* +/info/ # Version control and locks. *.orig |