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 /doc/lispref | |
| 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 'doc/lispref')
| -rw-r--r-- | doc/lispref/.gitignore | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/lispref/.gitignore b/doc/lispref/.gitignore deleted file mode 100644 index ba74d365995..00000000000 --- a/doc/lispref/.gitignore +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | texput.log | ||
| 2 | elisp.?? | ||
| 3 | elisp.??? | ||
| 4 | config.log | ||
| 5 | config.cache | ||
| 6 | config.status | ||
| 7 | Makefile | ||
| 8 | makefile | ||
| 9 | elisp | ||
| 10 | elisp-? | ||
| 11 | elisp-?? | ||
| 12 | elisp1* | ||
| 13 | elisp2* | ||