-
Notifications
You must be signed in to change notification settings - Fork 18
/
.gitignore
164 lines (141 loc) · 2.88 KB
/
.gitignore
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# Build directories
/bin/
/lib/
/work/
/tmp/
/private/
# Object files
*.o
**/o/
**/.libs/
nodejs/modules/mo
# Env dev
*.afile
*.jfile
*.etags
*.mco
*~
# Configure generated files
config.status
etc/Makefile.hopconfig
etc/hoprc.hop
etc/hopshrc.hop
etc/hopjs-config.el
share/hop-autoconf.js
share/hop-boot.js
share/hop-runtime.sch
src/libraries.sch
runtime/configure.scm
runtime/configure_android.sch
runtime/configure_macosx.sch
runtime/configure_noarch.sch
nodejs/nodejs.sch
nodejs/_crypto.sch
test/nodejs/HOP.exe
test/nodejs/log.*
test/nodejs/LOG
test/hopjs/*/*.strict.js
# hopscript
hopscript/hopscript.sch
hopscript/bglhopscript_types.h
# node_modules
node_modules/hopdroid/lib/Makefile
node_modules/hopc/hop/ast.mjs
node_modules/hopc/hop/walk.mjs
node_modules/hopc/hop/error.mjs
node_modules/hopc/node/ast2js
node_modules/hopc/node/hop2js
node_modules/hopc/node/parser.js
node_modules/hopc/node/error.mjs
node_modules/hopc/node/parser.mjs
node_modules/hopc/node/j2sast.mjs
node_modules/hopc/node/error.mjs
node_modules/hop/hop/config.mjs
node_modules/hop/node/config.mjs
node_modules/hop/package.json
node_modules/hopc/package.json
node_modules/readlines/package.json
node_modules/exif/package.json
node_modules/syslog/package.json
# js2scheme
js2scheme/hopc_config.sch
# scheme2js tools and generated files
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_[us].js
scheme2js/runtime/runtime_interface.js
scheme2js/runtime/runtime_interface_callcc.js
scheme2js/runtime/bglcpp
# share generated and object files
share/hop-builtin-serializers.js
share/hop-debug.js
share/hop-exception.js
share/hop_[su].js
share/hopjs_[su].js
share/flash/player.swf
share/flash/swfobject.js
share/**/*.map
# doc
doc/**/*.html
doc/idx.json
doc/hss/fontifier.hss
doc/hss/fontifier.css
doc/hss/markdown.hss
doc/hss/markdown.css
doc/hss/doc.css
doc/version.json
doc/favicon.png
doc/LICENSE.academic
doc/doc.json
# widget compiled files
widget/colorchooser.scm
widget/gauge.scm
widget/spage.scm
widget/spinbutton.scm
# weblets
weblets/*/config.hop
weblets/**/weblet.info
weblets/**/etc/*.wiki
weblets/home/release.info
weblets/home/install.wiki
weblets/hopdroid/package.json
# man pages
etc/hop.man
etc/hopreplay.man
etc/hopsh.man
# misc
.hoprelease
TODO
devel/
old/
repository/
contribs/
examples.old/
tools/heaptojs.scm
git.*.tgz
# private files
arch/android/makeapk.sh
arch/android/androidemo/config.hop
arch/debian/makedeb.sh
arch/debian/makedebremote.sh
arch/debian/changelog
arch/homebrew/makebrew.sh
arch/android/splash/splash.html
arch/android/androidemo/etc/weblet.info
arch/android/androidemo/etc/androidemo.wiki
# testing
test/hopjs/TEST
test/nodejs/TEST
test/hopts/TEST
# Mercurial/GIT compatibility
.hg
.hgtags
README.hg
.git.*.tgz
# Npm packages
npm