escargot/.gitmodules
HyukWoo Park 1ea5ac3945 Clear up redundant submodules and script files
* rapidjson (v1.0.2) forked from https://github.com/miloyip/rapidjson
* double_conversion (v2.0.1) forked from http://code.google.com/p/double-conversion
* checked_arithmetic forked from WebKit

Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
2019-11-07 14:37:25 +09:00

20 lines
650 B
Text

[submodule "third_party/GCutil"]
path = third_party/GCutil
url = https://github.com/Samsung/gcutil.git
ignore = untracked
[submodule "third_party/windows/icu"]
path = third_party/windows/icu
url = https://github.com/Samsung/icu.git
ignore = untracked
[submodule "test/vendortest"]
path = test/vendortest
url = https://github.com/Samsung/js_vendor_tc.git
ignore = untracked
[submodule "test/test262"]
path = test/test262
url = https://github.com/tc39/test262.git
ignore = untracked
[submodule "test/octane"]
path = test/octane
url = https://github.com/chromium/octane.git
ignore = untracked