Mercurial > hgbook
annotate .hgignore @ 766:3b33dd6aba87
Merge with http://hg.serpentine.com/mercurial/book
author | Dongsheng Song <songdongsheng@live.cn> |
---|---|
date | Thu, 02 Apr 2009 09:24:36 +0800 |
parents | 1e020cb7d417 2b193ab0df9a |
children | dbe5f4bb6507 |
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 |
137
9d7dffe74b2c
Save "good" example output so we can see if something has broken.
Bryan O'Sullivan <bos@serpentine.com>
parents:
120
diff
changeset
|
5 *.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
|
6 *.lxo |
20 | 7 *.orig |
407
e6d9741c8933
Ignore all .out files
Bryan O'Sullivan <bos@serpentine.com>
parents:
284
diff
changeset
|
8 *.out |
11 | 9 *.png |
673
ad304b606163
Initial cut at web comment system import
Bryan O'Sullivan <bos@serpentine.com>
parents:
669
diff
changeset
|
10 *.pyc |
284 | 11 *.rej |
52
3e8c9b32b03c
Ignore more generated files.
Bryan O'Sullivan <bos@serpentine.com>
parents:
33
diff
changeset
|
12 *.run |
11 | 13 *~ |
696
e0d9eb01e4c2
Remove references to RWH.
Bryan O'Sullivan <bos@serpentine.com>
parents:
685
diff
changeset
|
14 .*.sw[op] |
279 | 15 .\#* |
11 | 16 .run |
677
cd978765da64
Tidy up what I'm ignoring.
Bryan O'Sullivan <bos@serpentine.com>
parents:
673
diff
changeset
|
17 .validated-00book.xml |
685 | 18 en/all-ids.dat |
711
f107ab150809
Generate a standalone XML file.
Bryan O'Sullivan <bos@serpentine.com>
parents:
698
diff
changeset
|
19 en/complete.xml |
717 | 20 en/svn |
677
cd978765da64
Tidy up what I'm ignoring.
Bryan O'Sullivan <bos@serpentine.com>
parents:
673
diff
changeset
|
21 web/hgbook/.database.sqlite3 |
cd978765da64
Tidy up what I'm ignoring.
Bryan O'Sullivan <bos@serpentine.com>
parents:
673
diff
changeset
|
22 web/hgbook/secrets.py |
698
9e8e5292acaa
Generate a nice readable index.
Bryan O'Sullivan <bos@serpentine.com>
parents:
696
diff
changeset
|
23 web/index-read.html.in |
731
c88aa4edf9df
Follow up 586:0e3d8f66bbb7 and 587:bae6d1503482, adjust Makefile and .hgignore
Dongsheng Song <dongsheng.song@gmail.com>
parents:
722
diff
changeset
|
24 stylesheets/system-xsl |
753
1c13ed2130a7
Merge with http://hg.serpentine.com/mercurial/book
Dongsheng Song <dongsheng.song@gmail.com>
diff
changeset
|
25 build |
1c13ed2130a7
Merge with http://hg.serpentine.com/mercurial/book
Dongsheng Song <dongsheng.song@gmail.com>
diff
changeset
|
26 en/html |
1c13ed2130a7
Merge with http://hg.serpentine.com/mercurial/book
Dongsheng Song <dongsheng.song@gmail.com>
diff
changeset
|
27 en/examples/results |
756 | 28 tools |
29 Makefile.vars | |
30 *.mo | |
31 *-tmp.* |