Files @ cd25fdd2c919
Branch filter:

Location: Copyleft/guide/.gitignore

bkuhn
Document work-around for 'next' branch rebases.

Upstream in the copyleft.org tutorial repository, the next branch is
sometimes rebased against the master branch. (For example, this occurs
when there have been quick fixes done on 'master' while new drafting
occurs on 'next'.)

This procedure, while convoluted, is the best way I've found to
compensate for this problem. Hosting sites like Gitorious really aren't
designed for rebased branches.
# Standard LaTeX ancillary output files
*.aux
*.dvi
*.toc
# Log files by name, since .log may be of interest in some other context.
comprehensive-gpl-guide.log
# bkuhn often makes an x.ps file in intermediate testing.
x.ps
# Emacs temporary files
*~
\#*\#
.\#*
auto-save-list
public_html
*.idv
*.lg
*.tmp
*.xref
*.log