forked from svaarala/duktape
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
46 lines (46 loc) · 894 Bytes
/
.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
*~
*.swp
*.o
*.strip
*.pyc
massif-*.out
ms_print.*
/*.gcda
/*.su
/_*
/node_modules
/package-lock.json
/duk
/runtests/package-lock.json
/docker/*/gitconfig
/docker/*/prepare_repo.sh
/deps/
/build/
/prep/
/dist/
/tmp/
/site/
/stuff/
/doc/*.pdf
/runtests/node_modules/
/debugger/jquery-ui-1.11.2.zip
/debugger/jquery-ui-1.11.2/
/debugger/node_modules/
/debugger/static/images/
/debugger/static/jquery-1.11.1.min.js
/debugger/static/jquery-ui.min.css
/debugger/static/jquery-ui.min.js
/debugger/static/reset.css
/debugger/static/socket.io-1.2.0.js
/references/ECMA-262 5th edition December 2009.pdf
/references/ECMA-262 5.1 edition June 2011.pdf
/references/ECMA-262.pdf
/tests/octane/octane
/src-tools/from-xml
/src-tools/js-yaml
/src-tools/node_modules
/src-tools/lib/extdeps
/src-tools/lib/extdeps/from-xml.js
/src-tools/lib/extdeps/js-yaml.js
/src-tools/package-lock.json
/src-tools/duktool.js