hgbook
annotate .hgignore @ 777:46c4ba8de2b1
Revision of Ch.11, not entirely satisfying.
author | Giulio@puck |
---|---|
date | Thu Aug 06 01:22:15 2009 +0200 (2009-08-06) |
parents | 96c012342355 |
children | 4d4e9bea4359 |
rev | line source |
---|---|
dongsheng@654 | 1 [^/]+/htdocs/ |
bos@0 | 2 |
bos@0 | 3 syntax: glob |
bos@0 | 4 |
bos@673 | 5 *-tmp.* |
bos@137 | 6 *.err |
bos@146 | 7 *.lxo |
bos@673 | 8 *.mo |
bos@20 | 9 *.orig |
bos@308 | 10 *.out |
bos@11 | 11 *.png |
bos@574 | 12 *.pyc |
bos@284 | 13 *.rej |
bos@52 | 14 *.run |
bos@11 | 15 *~ |
bos@597 | 16 .*.sw[op] |
bos@279 | 17 .\#* |
bos@11 | 18 .run |
bos@578 | 19 .validated-00book.xml |
bos@673 | 20 Makefile.vars |
bos@673 | 21 build |
bos@586 | 22 en/all-ids.dat |
bos@613 | 23 en/complete.xml |
bos@673 | 24 en/examples/results |
bos@673 | 25 en/html |
bos@618 | 26 en/svn |
Giulio@726 | 27 it/examples/results |
Giulio@722 | 28 it/html |
bos@673 | 29 stylesheets/system-xsl |
bos@673 | 30 tools |
bos@578 | 31 web/hgbook/.database.sqlite3 |
bos@578 | 32 web/hgbook/secrets.py |
bos@599 | 33 web/index-read.html.in |
bos@673 | 34 xsl/system-xsl |