Mercurial > hgbook
annotate .hgignore @ 685:abd5d0c1def9
Ignore more
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Thu, 19 Mar 2009 22:42:14 -0700 |
parents | cd978765da64 |
children | e0d9eb01e4c2 |
rev | line source |
---|---|
157
e49f4451d0e3
Add hgbook front page material.
Bryan O'Sullivan <bos@serpentine.com>
parents:
146
diff
changeset
|
1 [^/]+/html/ |
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 |
685 | 18 en/all-ids.dat |
677
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 |