diff options
author | 2022-11-11 00:30:05 -0800 | |
---|---|---|
committer | 2022-11-11 00:30:05 -0800 | |
commit | cbc3daf739113e8c9e59dae14d86a19a7aafd85e (patch) | |
tree | 29452c8e9d2ae7545a36ef95435e254d9bf39363 | |
parent | 4f91f66a373a295f9a469eb8d84a06b271f6a70a (diff) | |
download | bun-cbc3daf739113e8c9e59dae14d86a19a7aafd85e.tar.gz bun-cbc3daf739113e8c9e59dae14d86a19a7aafd85e.tar.zst bun-cbc3daf739113e8c9e59dae14d86a19a7aafd85e.zip |
Update .gitmodules
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0030d7cd9..c282a1661 100644 --- a/.gitmodules +++ b/.gitmodules @@ -41,6 +41,14 @@ ignore = dirty depth = 1 shallow = true fetchRecurseSubmodules = false +[submodule "src/deps/libbacktrace"] +path = src/deps/libbacktrace +url = https://github.com/ianlancetaylor/libbacktrace +ignore = dirty +depth = 1 +shallow = true +fetchRecurseSubmodules = false +update = none [submodule "src/deps/lol-html"] path = src/deps/lol-html url = https://github.com/cloudflare/lol-html |