1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

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.
This commit is contained in:
Paul Eggert 2014-11-16 17:19:05 -08:00
parent cf100f60a6
commit 790c690572
8 changed files with 52 additions and 88 deletions

42
.gitignore vendored
View 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/

View File

@ -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.

23
doc/emacs/.gitignore vendored
View File

@ -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

View 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

View File

@ -1,13 +0,0 @@
texput.log
elisp.??
elisp.???
config.log
config.cache
config.status
Makefile
makefile
elisp
elisp-?
elisp-??
elisp1*
elisp2*

23
doc/misc/.gitignore vendored
View File

@ -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

1
lwlib/.gitignore vendored
View File

@ -1 +0,0 @@
Makefile

1
oldXMenu/.gitignore vendored
View File

@ -1 +0,0 @@
Makefile