Mercurial > hgbook
comparison .hgignore @ 772:dbe5f4bb6507
Ignore more
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu, 09 Apr 2009 22:54:10 -0700 |
parents | 3b33dd6aba87 |
children |
comparison
equal
deleted
inserted
replaced
771:b338f5490029 | 772:dbe5f4bb6507 |
---|---|
1 [^/]+/htdocs/ | 1 [^/]+/htdocs/ |
2 | 2 |
3 syntax: glob | 3 syntax: glob |
4 | 4 |
5 *-tmp.* | |
5 *.err | 6 *.err |
6 *.lxo | 7 *.lxo |
8 *.mo | |
7 *.orig | 9 *.orig |
8 *.out | 10 *.out |
9 *.png | 11 *.png |
10 *.pyc | 12 *.pyc |
11 *.rej | 13 *.rej |
13 *~ | 15 *~ |
14 .*.sw[op] | 16 .*.sw[op] |
15 .\#* | 17 .\#* |
16 .run | 18 .run |
17 .validated-00book.xml | 19 .validated-00book.xml |
20 Makefile.vars | |
21 build | |
18 en/all-ids.dat | 22 en/all-ids.dat |
19 en/complete.xml | 23 en/complete.xml |
24 en/examples/results | |
25 en/html | |
20 en/svn | 26 en/svn |
27 stylesheets/system-xsl | |
28 tools | |
21 web/hgbook/.database.sqlite3 | 29 web/hgbook/.database.sqlite3 |
22 web/hgbook/secrets.py | 30 web/hgbook/secrets.py |
23 web/index-read.html.in | 31 web/index-read.html.in |
24 stylesheets/system-xsl | 32 xsl/system-xsl |
25 build | |
26 en/html | |
27 en/examples/results | |
28 tools | |
29 Makefile.vars | |
30 *.mo | |
31 *-tmp.* |