-
Notifications
You must be signed in to change notification settings - Fork 5
/
.hgignore
49 lines (49 loc) · 822 Bytes
/
.hgignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
(^|/)CVS($|/)
(^|/)\.hg($|/)
(^|/)\.deps($|/)
(^|/)html($|/)
\.a$
\.o$
^config\.
^autom4te\.cache$
(^|/)Makefile$
(^|/)Makefile\.in$
^configure$
^aclocal\.m4$
^depcomp$
^install-sh$
^stamp-h1$
^missing$
(^|/)tags$
^src/dillo$
^doc/dillo.1$
^dpi/[^/]*\.dpi$
^dpid/dpid$
^dpid/dpidc$
^dpid/dpidrc$
^test/containers$
^test/cookies$
^test/dw-anchors-test$
^test/dw-border-test$
^test/dw-example$
^test/dw-find-test$
^test/dw-float-test$
^test/dw-image-background$
^test/dw-images-scaled$
^test/dw-images-scaled2$
^test/dw-images-simple$
^test/dw-imgbuf-mem-test$
^test/dw-links$
^test/dw-links2$
^test/dw-lists$
^test/dw-resource-test$
^test/dw-simple-container-test$
^test/dw-table$
^test/dw-table-aligned$
^test/dw-ui-test$
^test/identity$
^test/liang$
^test/notsosimplevector$
^test/shapes$
^test/trie$
^test/unicode-test$