diff options
| author | Paul Eggert | 2014-11-16 17:19:05 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-11-16 17:32:01 -0800 |
| commit | 790c69057269dbed855375b91120ccf3cce0f830 (patch) | |
| tree | 04200884299e942530a5f076cd7eb66a6e8c0896 /ChangeLog | |
| parent | cf100f60a6fbed0446dbc091649df4f17e4f5694 (diff) | |
| download | emacs-790c69057269dbed855375b91120ccf3cce0f830.tar.gz emacs-790c69057269dbed855375b91120ccf3cce0f830.zip | |
Simplify and fix doc-related .gitignore files.
This fixes some unwanted 'git status' output after 'make docs'.
* .gitignore: Add **/Makefile, **/makefile.
Remove Makefile, makefile.
Add doc/*/*.xxx rules for the usual kinds of documentation outputs
and temporaries. Add doc/misc/cc-mode.ss.
* doc/emacs/.gitignore, doc/lispref/.gitignore, doc/misc/.gitignore:
* lwlib/.gitignore, oldXMenu/.gitignore:
Remove, as these .gitignore files are no longer needed.
* doc/lispintro/.gitignore: Replace with list of exceptional PDF files.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
| @@ -1,3 +1,16 @@ | |||
| 1 | 2014-11-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Simplify and fix doc-related .gitignore files. | ||
| 4 | This fixes some unwanted 'git status' output after 'make docs'. | ||
| 5 | * .gitignore: Add **/Makefile, **/makefile. | ||
| 6 | Remove Makefile, makefile. | ||
| 7 | Add doc/*/*.xxx rules for the usual kinds of documentation outputs | ||
| 8 | and temporaries. Add doc/misc/cc-mode.ss. | ||
| 9 | * doc/emacs/.gitignore, doc/lispintro/.gitignore, doc/misc/.gitignore: | ||
| 10 | * lwlib/.gitignore, oldXMenu/.gitignore: | ||
| 11 | Remove, as these .gitignore files are no longer needed. | ||
| 12 | * doc/lispintro/.gitignore: Replace with list of exceptional PDF files. | ||
| 13 | |||
| 1 | 2014-11-15 Christoph Scholtes <cschol2112@gmail.com> | 14 | 2014-11-15 Christoph Scholtes <cschol2112@gmail.com> |
| 2 | 15 | ||
| 3 | * .gitignore: Ignore generated file lib/stdalign.h. | 16 | * .gitignore: Ignore generated file lib/stdalign.h. |