]> code.delx.au - gnu-emacs/commitdiff
Simplify and fix doc-related .gitignore files.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Nov 2014 01:19:05 +0000 (17:19 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Nov 2014 01:32:01 +0000 (17:32 -0800)
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.

.gitignore
ChangeLog
doc/emacs/.gitignore [deleted file]
doc/lispintro/.gitignore
doc/lispref/.gitignore [deleted file]
doc/misc/.gitignore [deleted file]
lwlib/.gitignore [deleted file]
oldXMenu/.gitignore [deleted file]

index 6903c46278ec77fb79c2302dcc788a301fb174ce..7f6aca7e0b056deb6d6b165623995cfd1620075e 100644 (file)
@@ -1,3 +1,6 @@
+**/Makefile
+**/makefile
+
 configure
 aclocal.m4
 compile
@@ -9,10 +12,9 @@ missing
 lib/Makefile.in
 src/config.in
 autom4te.cache
-makefile
 TAGS
 *~
-.#* 
+.#*
 /README.W32
 
 /bin/
@@ -24,7 +26,6 @@ info/dir
 info/*.info
 test/biditest.txt
 
-Makefile
 config.log
 config.status
 config.cache
@@ -72,9 +73,38 @@ src/stamp-h1
 src/temacs
 src/temacs.map
 src/temacs.tmp
-doc/emacs/emacsver.texi
-doc/man/emacs.1
-etc/refcards/emacsver.tex
+doc/*/*.aux
+doc/*/*.cm
+doc/*/*.cms
+doc/*/*.cp
+doc/*/*.cps
+doc/*/*.dvi
+doc/*/*.fn
+doc/*/*.fns
+doc/*/*.html
+doc/*/*.ky
+doc/*/*.kys
+doc/*/*.log
+doc/*/*.op
+doc/*/*.ops
+doc/*/*.pdf
+doc/*/*.pg
+doc/*/*.pgs
+doc/*/*.pj
+doc/*/*.pjs
+doc/*/*.ps
+doc/*/*.sc
+doc/*/*.scs
+doc/*/*.tg
+doc/*/*.tgs
+doc/*/*.tmp
+doc/*/*.toc
+doc/*/*.tp
+doc/*/*.tps
+doc/*/*.vr
+doc/*/*.vrs
+doc/*/texput.log
+doc/misc/cc-mode.ss
 lib/.deps/
 lisp/international/uni-brackets.el
 lwlib/deps/
index 5ec81276d8fcdb1823032bfd8b156ef58714902d..c9ea640b5883206e812c42f4ed47e44bcbd7cc9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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/lispintro/.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.
+
 2014-11-15  Christoph Scholtes  <cschol2112@gmail.com>
 
        * .gitignore: Ignore generated file lib/stdalign.h.
diff --git a/doc/emacs/.gitignore b/doc/emacs/.gitignore
deleted file mode 100644 (file)
index 3ff56b4..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-*.aux
-*.cp
-*.cps
-*.dvi
-*.fn
-*.fns
-*.ky
-*.kys
-*.log
-*.op
-*.ops
-*.pdf
-*.pg
-*.pgs
-*.ps
-*.tmp
-*.toc
-*.tp
-*.tps
-*.vr
-*.vrs
-Makefile
-makefile
index e1af5a918b0500ed75431673720f355b7586e297..cf992dc8649bd07731fe361ca92e9372b4c94525 100644 (file)
@@ -1,21 +1,3 @@
-*.aux
-*.fn
-*.fns
-*.cps
-*.cp
-*.kys
-*.ky
-*.toc
-*.pgs
-*.pg
-*.log
-*.vrs
-*.vr
-*.dvi
-*.ps
-*.tp
-*.tps
-*.tmp
-*.txt
-Makefile
-makefile
+!cons-*.pdf
+!drawers.pdf
+!lambda-*.pdf
diff --git a/doc/lispref/.gitignore b/doc/lispref/.gitignore
deleted file mode 100644 (file)
index ba74d36..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-texput.log
-elisp.??
-elisp.???
-config.log
-config.cache
-config.status
-Makefile
-makefile
-elisp
-elisp-?
-elisp-??
-elisp1* 
-elisp2*
diff --git a/doc/misc/.gitignore b/doc/misc/.gitignore
deleted file mode 100644 (file)
index 3ff56b4..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-*.aux
-*.cp
-*.cps
-*.dvi
-*.fn
-*.fns
-*.ky
-*.kys
-*.log
-*.op
-*.ops
-*.pdf
-*.pg
-*.pgs
-*.ps
-*.tmp
-*.toc
-*.tp
-*.tps
-*.vr
-*.vrs
-Makefile
-makefile
diff --git a/lwlib/.gitignore b/lwlib/.gitignore
deleted file mode 100644 (file)
index f3c7a7c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Makefile
diff --git a/oldXMenu/.gitignore b/oldXMenu/.gitignore
deleted file mode 100644 (file)
index f3c7a7c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Makefile