Mercurial > hgbook
annotate .hgignore @ 720:1ef7708b3b7f
Rename html to htdocs
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Thu, 12 Mar 2009 15:35:19 +0800 |
parents | cd978765da64 |
children | 082bb76417f1 |
rev | line source |
---|---|
720
1ef7708b3b7f
Rename html to htdocs
Dongsheng Song <dongsheng.song@gmail.com>
parents:
677
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 *~ |
14 .*.swp | |
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 |
cd978765da64
Tidy up what I'm ignoring.
Bryan O'Sullivan <bos@serpentine.com>
parents:
673
diff
changeset
|
18 web/hgbook/.database.sqlite3 |
cd978765da64
Tidy up what I'm ignoring.
Bryan O'Sullivan <bos@serpentine.com>
parents:
673
diff
changeset
|
19 web/hgbook/secrets.py |
658
b90b024729f1
WIP DocBook snapshot that all compiles. Mirabile dictu!
Bryan O'Sullivan <bos@serpentine.com>
parents:
407
diff
changeset
|
20 xsl/system-xsl |