Skip to content

Commit

Permalink
initial commit to add sub modules
Browse files Browse the repository at this point in the history
  • Loading branch information
rogchap committed Aug 28, 2019
0 parents commit 4535638
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*swp
.DS_Store
7 changes: 7 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[submodule "deps/v8"]
path = deps/v8
url = https://chromium.googlesource.com/v8/v8.git
branch = 7.6.303
[submodule "deps/depot_tools"]
path = deps/depot_tools
url = https://chromium.googlesource.com/chromium/tools/depot_tools.git
1 change: 1 addition & 0 deletions deps/depot_tools
Submodule depot_tools added at 217195
1 change: 1 addition & 0 deletions deps/v8
Submodule v8 added at 2cb257

0 comments on commit 4535638

Please sign in to comment.