Mercurial > dillo_port1.3
annotate .hgignore @ 2115:d13d8f75a1e5
fix comment
author | corvid <corvid@lavabit.com> |
---|---|
date | Thu, 07 Jul 2011 03:39:59 +0000 |
parents | 9e14c9633f18 |
children |
rev | line source |
---|---|
455 | 1 (^|/)CVS($|/) |
2 (^|/)\.hg($|/) | |
3 (^|/)\.deps($|/) | |
1774 | 4 (^|/)html($|/) |
5 \.a$ | |
6 \.o$ | |
7 ^config\. | |
8 ^autom4te\.cache$ | |
9 (^|/)Makefile$ | |
10 (^|/)Makefile\.in$ | |
11 ^configure$ | |
12 ^aclocal\.m4$ | |
13 ^depcomp$ | |
14 ^install-sh$ | |
15 ^stamp-h1$ | |
16 ^missing$ | |
17 (^|/)tags$ | |
18 ^src/dillo$ | |
1863
554a73206387
Add some missing entries to .hgignore.
Jeremy Henty <onepoint@starurchin.org>
parents:
1774
diff
changeset
|
19 ^dpi/[^/]*\.dpi$ |
1774 | 20 ^dpid/dpid$ |
1863
554a73206387
Add some missing entries to .hgignore.
Jeremy Henty <onepoint@starurchin.org>
parents:
1774
diff
changeset
|
21 ^dpid/dpidc$ |
554a73206387
Add some missing entries to .hgignore.
Jeremy Henty <onepoint@starurchin.org>
parents:
1774
diff
changeset
|
22 ^dpid/dpidrc$ |
1774 | 23 ^test/cookies$ |
24 ^test/dw-anchors-test$ | |
25 ^test/dw-border-test$ | |
26 ^test/dw-example$ | |
27 ^test/dw-find-test$ | |
28 ^test/dw-images-scaled$ | |
29 ^test/dw-images-scaled2$ | |
30 ^test/dw-images-simple$ | |
31 ^test/dw-imgbuf-mem-test$ | |
32 ^test/dw-links$ | |
33 ^test/dw-links2$ | |
34 ^test/dw-lists$ | |
35 ^test/dw-resource-test$ | |
36 ^test/dw-table$ | |
37 ^test/dw-table-aligned$ | |
38 ^test/dw-ui-test$ | |
39 ^test/fltk-browser$ | |
40 ^test/shapes$ |