aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2014-11-16 17:19:05 -0800
committerPaul Eggert2014-11-16 17:32:01 -0800
commit790c69057269dbed855375b91120ccf3cce0f830 (patch)
tree04200884299e942530a5f076cd7eb66a6e8c0896 /doc
parentcf100f60a6fbed0446dbc091649df4f17e4f5694 (diff)
downloademacs-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')
-rw-r--r--doc/emacs/.gitignore23
-rw-r--r--doc/lispintro/.gitignore24
-rw-r--r--doc/lispref/.gitignore13
-rw-r--r--doc/misc/.gitignore23
4 files changed, 3 insertions, 80 deletions
diff --git a/doc/emacs/.gitignore b/doc/emacs/.gitignore
deleted file mode 100644
index 3ff56b474dd..00000000000
--- a/doc/emacs/.gitignore
+++ /dev/null
@@ -1,23 +0,0 @@
1*.aux
2*.cp
3*.cps
4*.dvi
5*.fn
6*.fns
7*.ky
8*.kys
9*.log
10*.op
11*.ops
12*.pdf
13*.pg
14*.pgs
15*.ps
16*.tmp
17*.toc
18*.tp
19*.tps
20*.vr
21*.vrs
22Makefile
23makefile
diff --git a/doc/lispintro/.gitignore b/doc/lispintro/.gitignore
index e1af5a918b0..cf992dc8649 100644
--- a/doc/lispintro/.gitignore
+++ b/doc/lispintro/.gitignore
@@ -1,21 +1,3 @@
1*.aux 1!cons-*.pdf
2*.fn 2!drawers.pdf
3*.fns 3!lambda-*.pdf
4*.cps
5*.cp
6*.kys
7*.ky
8*.toc
9*.pgs
10*.pg
11*.log
12*.vrs
13*.vr
14*.dvi
15*.ps
16*.tp
17*.tps
18*.tmp
19*.txt
20Makefile
21makefile
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 @@
1texput.log
2elisp.??
3elisp.???
4config.log
5config.cache
6config.status
7Makefile
8makefile
9elisp
10elisp-?
11elisp-??
12elisp1*
13elisp2*
diff --git a/doc/misc/.gitignore b/doc/misc/.gitignore
deleted file mode 100644
index 3ff56b474dd..00000000000
--- a/doc/misc/.gitignore
+++ /dev/null
@@ -1,23 +0,0 @@
1*.aux
2*.cp
3*.cps
4*.dvi
5*.fn
6*.fns
7*.ky
8*.kys
9*.log
10*.op
11*.ops
12*.pdf
13*.pg
14*.pgs
15*.ps
16*.tmp
17*.toc
18*.tp
19*.tps
20*.vr
21*.vrs
22Makefile
23makefile