Mercurial > hgbook
annotate .hgignore @ 722:082bb76417f1
Add Po4a 0.37-dev(2009-03-08)
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Thu, 12 Mar 2009 15:43:56 +0800 |
parents | 1ef7708b3b7f |
children | c88aa4edf9df |
rev | line source |
---|---|
722
082bb76417f1
Add Po4a 0.37-dev(2009-03-08)
Dongsheng Song <dongsheng.song@gmail.com>
parents:
720
diff
changeset
|
1 ^htdocs/ |
082bb76417f1
Add Po4a 0.37-dev(2009-03-08)
Dongsheng Song <dongsheng.song@gmail.com>
parents:
720
diff
changeset
|
2 ^tools/fop/ |
0
76fba5835a1b
Beginnings of a build process and file layout.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
3 |
76fba5835a1b
Beginnings of a build process and file layout.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
4 syntax: glob |
76fba5835a1b
Beginnings of a build process and file layout.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
5 |
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 |
20 | 8 *.orig |
407
e6d9741c8933
Ignore all .out files
Bryan O'Sullivan <bos@serpentine.com>
parents:
284
diff
changeset
|
9 *.out |
11 | 10 *.png |
673
ad304b606163
Initial cut at web comment system import
Bryan O'Sullivan <bos@serpentine.com>
parents:
669
diff
changeset
|
11 *.pyc |
284 | 12 *.rej |
52
3e8c9b32b03c
Ignore more generated files.
Bryan O'Sullivan <bos@serpentine.com>
parents:
33
diff
changeset
|
13 *.run |
11 | 14 *~ |
15 .*.swp | |
279 | 16 .\#* |
11 | 17 .run |
677
cd978765da64
Tidy up what I'm ignoring.
Bryan O'Sullivan <bos@serpentine.com>
parents:
673
diff
changeset
|
18 .validated-00book.xml |
cd978765da64
Tidy up what I'm ignoring.
Bryan O'Sullivan <bos@serpentine.com>
parents:
673
diff
changeset
|
19 web/hgbook/.database.sqlite3 |
cd978765da64
Tidy up what I'm ignoring.
Bryan O'Sullivan <bos@serpentine.com>
parents:
673
diff
changeset
|
20 web/hgbook/secrets.py |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
407
diff
changeset
|
21 xsl/system-xsl |