Skip to content

Commit a4f82a5

Browse files
authored
Merge pull request svaarala#2337 from svaarala/add-deps-dir
Move external dependencies to deps/
2 parents e919442 + 1ba1854 commit a4f82a5

4 files changed

Lines changed: 404 additions & 447 deletions

File tree

.gitignore

Lines changed: 5 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
*.o
44
*.strip
55
*.pyc
6+
massif-*.out
7+
ms_print.*
68
/*.gcda
79
/*.su
810
/_*
@@ -28,54 +30,21 @@
2830
/duk-low-norefc
2931
/duk-low-rom
3032
/libduktape.*
33+
/runtests/package-lock.json
3134
/docker-input.zip
3235
/docker-output.zip
3336
/docker/*/gitconfig
3437
/docker/*/prepare_repo.sh
38+
/deps/
3539
/build/
3640
/prep/
3741
/dist/
42+
/tmp/
3843
/site/
3944
/stuff/
40-
/autotest/
4145
/duktape-releases/
4246
/doc/*.pdf
43-
/UglifyJS/
44-
/closure-compiler/
45-
/linenoise/
46-
/underscore/
47-
/lodash/
48-
/lz-string/
49-
/cbor-js/
50-
/test262-d067d2f0ca30/
51-
/test262-es5-tests/
52-
/es5-tests.zip
53-
/JS-Interpreter/
5447
/runtests/node_modules/
55-
/d067d2f0ca30.tar.bz2
56-
/595a36b252ee97110724e6fa89fc92c9aa9a206a.zip
57-
/regfuzz-0.1.tar.gz
58-
/compiler-latest.zip
59-
/compiler.jar
60-
/cloc-1.60.pl
61-
/lua-5.2.3.tar.gz
62-
/luajs.zip
63-
/bluebird.js
64-
/dukvm.js
65-
/jquery-1.11.0.js
66-
/jquery-1.11.2.js
67-
/coffee-script
68-
/LiveScript
69-
/coco
70-
/sax-js
71-
/xmldoc
72-
/FlameGraph
73-
/dtrace4linux
74-
/flow
75-
/v20140814.tar.gz
76-
/citylots.json
77-
/massif-*.out
78-
/ms_print.*
7948
/dukweb.js
8049
/dukweb.wasm
8150
/debugger/jquery-ui-1.11.2.zip

0 commit comments

Comments
 (0)