-
Notifications
You must be signed in to change notification settings - Fork 18
/
.hgignore
92 lines (92 loc) · 2 KB
/
.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
^work/
^tmp/
.*/o/.*
.mco$
^private
^lib
^bin
^etc/Makefile\.hopconfig
.*~$
\.afile$
\.jfile$
\.etags$
\.hoprelease$
^TODO$
^bench/
^devel/
^old/
^repository
^contribs/
^config.status$
^src/configure\.scm$
^src/libraries\.sch$
^runtime/configure\.scm$
^runtime/configure-noarch\.sch$
^runtime/configure-macosx\.sch$
^runtime/configure-android\.sch$
^runtime/configure_android.sch$
^runtime/configure_macosx.sch$
^runtime/configure_noarch.sch$
^etc/hoprc\.hop$
etc/hop.man
etc/hopreplay.man
etc/hopsh.man
etc/hopshrc.hop
scheme2js/runtime/runtime-interface.js
scheme2js/runtime/runtime_mapping.sch
^scheme2js/runtime/.*\.o$
^scheme2js/runtime/exporter$
^scheme2js/runtime/interface$
^scheme2js/runtime/.*\.sch$
^scheme2js/runtime/runtime\.js$
^scheme2js/runtime/runtime_[su]\.js$
^scheme2js/runtime/runtime_interface.js$
^scheme2js/runtime/runtime_interface_callcc.js$
share/hop-autoconf.js
share/hop.js
share/hop_[su].js
share/hop-runtime.sch
share/.*\.list$
^share/flash/player.swf$
^share/flash/swfobject.js$
^share/hop-exception.js$
^share/hop-debug.js.map$
^share/hop-exception.js.map$
hopscheme/hop-runtime.sch
^arch/android/makeapk.sh$
^arch/android/androidemo/config.hop$
^arch/android/androidemo/etc/androidemo.wiki$
^arch/android/androidemo/etc/weblet.info$
^arch/debian/makedeb.sh$
^nodejs/nodejs.sch$
^hopscript/hopscript.sch$
^widget/colorchooser.scm$
^widget/gauge.scm$
^widget/spage.scm$
^widget/spinbutton.scm$
^weblets/[^/]+/config\.hop$
^weblets/[^/]+/etc/weblet\.info$
^weblets/[^/]+/etc/[^/]+\.wiki$
^node_modules/hopc/lib/ast.js$
^node_modules/hopc/lib/walk.js$
^test/nodejs/HOP.exe$
^test/nodejs/log\.[0-9].*$
^share/hop-debug.js$
^scheme2js/runtime/bglcpp$
^share/hop-builtin-serializers.js$
^doc/00-hop.html$
^doc/00-syntax.html$
^doc/01-service.html$
^doc/02-worker.html$
^doc/api.html$
^doc/api/00-hop.md$
^doc/content.html$
^doc/core.html$
^doc/core/syntax.bnf$
^doc/index.html$
^doc/lib/bootstrap/css/bootstrap-theme.css.map$
^doc/lib/bootstrap/css/bootstrap.css.map$
^doc/license.md$
^doc/[^/]+.html$
^\.git/
^examples.old/