Mercurial > dottes
annotate .hgignore @ 61:3464d5154f49
Fix temp file name to convert.
Convert works out what it is converting to from the extension.
So adding .tmp stopped it converting to JPG. Doh!
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Mon, 05 Mar 2012 09:33:07 +0000 |
parents | d92717f8130c |
children | f73a0193beb8 |
rev | line source |
---|---|
1 | 1 syntax: glob |
2 | |
3 *~ | |
4 *.ps | |
12 | 5 *.pdf |
20
2866b36787ec
Ignore pdflatex building artifacts.
Jim Hague <jim.hague@acm.org>
parents:
14
diff
changeset
|
6 *.aux |
2866b36787ec
Ignore pdflatex building artifacts.
Jim Hague <jim.hague@acm.org>
parents:
14
diff
changeset
|
7 *.log |
14
d1234a11c049
Another hgignore update - ignore build dir.
Jim Hague <jim.hague@acm.org>
parents:
12
diff
changeset
|
8 |
d1234a11c049
Another hgignore update - ignore build dir.
Jim Hague <jim.hague@acm.org>
parents:
12
diff
changeset
|
9 syntax: regexp |
d1234a11c049
Another hgignore update - ignore build dir.
Jim Hague <jim.hague@acm.org>
parents:
12
diff
changeset
|
10 build/ |
42
0e7d2830cb8b
Put making tune graphics required by web and book into separate dir and make separately.
Jim Hague <jim.hague@laicatc.com>
parents:
20
diff
changeset
|
11 graphics/ |
43
d92717f8130c
First go at producing a very simple website.
Jim Hague <jim.hague@laicatc.com>
parents:
42
diff
changeset
|
12 web/Session/ |