hgbook

view .hgignore @ 301:c36a6f534b99

Fix named branching book section.

'hg update -C branchname' is no longer required to jump from one named
branch to another one; this can also be done simply using 'hg update
branchname'.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 21:58:19 2008 +0200 (2008-08-20)
parents 3c14c304d823
children e6d9741c8933
line source
1 [^/]+/auto/
2 [^/]+/dist/
3 [^/]+/html/
5 syntax: glob
7 beta/*.tex
8 build_id.tex
9 hg_id.tex
10 *.4[ct][ct]
11 *.aux
12 *.bbl
13 *.bib
14 *.blg
15 *.dvi
16 *.eps
17 *.err
18 *.idx
19 *.ilg
20 *.ind
21 *.lg
22 *.lo[fgt]
23 *.lxo
24 *.orig
25 */pdf/*.out
26 *.pdf
27 *.png
28 *.ps
29 *.rej
30 *.run
31 *.tmp
32 *.toc
33 *.xref
34 *~
35 .*.swp
36 .\#*
37 .run