Mercurial > hgbook
annotate .hgignore @ 821:88828b784971
Add more complex example hook
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 28 Apr 2009 23:10:43 -0700 |
parents | dbe5f4bb6507 |
children |
rev | line source |
---|---|
753
1c13ed2130a7
Merge with http://hg.serpentine.com/mercurial/book
Dongsheng Song <dongsheng.song@gmail.com>
diff
changeset
|
1 [^/]+/htdocs/ |
0
76fba5835a1b
Beginnings of a build process and file layout.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
2 |
76fba5835a1b
Beginnings of a build process and file layout.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
3 syntax: glob |
76fba5835a1b
Beginnings of a build process and file layout.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
4 |
772 | 5 *-tmp.* |
137
9d7dffe74b2c
Save "good" example output so we can see if something has broken.
Bryan O'Sullivan <bos@serpentine.com>
parents:
120
diff
changeset
|
6 *.err |
146
65f6f9d18fa1
Oops! I forgot that I need the undoctored output files in the book!
Bryan O'Sullivan <bos@serpentine.com>
parents:
144
diff
changeset
|
7 *.lxo |
772 | 8 *.mo |
20 | 9 *.orig |
407
e6d9741c8933
Ignore all .out files
Bryan O'Sullivan <bos@serpentine.com>
parents:
284
diff
changeset
|
10 *.out |
11 | 11 *.png |
673
ad304b606163
Initial cut at web comment system import
Bryan O'Sullivan <bos@serpentine.com>
parents:
669
diff
changeset
|
12 *.pyc |
284 | 13 *.rej |
52
3e8c9b32b03c
Ignore more generated files.
Bryan O'Sullivan <bos@serpentine.com>
parents:
33
diff
changeset
|
14 *.run |
11 | 15 *~ |
696
e0d9eb01e4c2
Remove references to RWH.
Bryan O'Sullivan <bos@serpentine.com>
parents:
685
diff
changeset
|
16 .*.sw[op] |
279 | 17 .\#* |
11 | 18 .run |
677
cd978765da64
Tidy up what I'm ignoring.
Bryan O'Sullivan <bos@serpentine.com>
parents:
673
diff
changeset
|
19 .validated-00book.xml |
772 | 20 Makefile.vars |
21 build | |
685 | 22 en/all-ids.dat |
711
f107ab150809
Generate a standalone XML file.
Bryan O'Sullivan <bos@serpentine.com>
parents:
698
diff
changeset
|
23 en/complete.xml |
772 | 24 en/examples/results |
25 en/html | |
717 | 26 en/svn |
772 | 27 stylesheets/system-xsl |
28 tools | |
677
cd978765da64
Tidy up what I'm ignoring.
Bryan O'Sullivan <bos@serpentine.com>
parents:
673
diff
changeset
|
29 web/hgbook/.database.sqlite3 |
cd978765da64
Tidy up what I'm ignoring.
Bryan O'Sullivan <bos@serpentine.com>
parents:
673
diff
changeset
|
30 web/hgbook/secrets.py |
698
9e8e5292acaa
Generate a nice readable index.
Bryan O'Sullivan <bos@serpentine.com>
parents:
696
diff
changeset
|
31 web/index-read.html.in |
772 | 32 xsl/system-xsl |