Skip to content

Commit b690e19

Browse files
joyeecheungBridgeAR
authored andcommitted
deps: ignore deps/.cipd fetched by deps/v8/tools/node/fetch_deps.py
This may show up when building and running v8 tests locally with tools/make-v8.sh PR-URL: #28095 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Refael Ackermann (רפאל פלחי) <[email protected]>
1 parent eb05db9 commit b690e19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ _UpgradeReport_Files/
122122
/deps/uv/.github/
123123
/deps/uv/docs/code/
124124
/deps/uv/docs/src/guide/
125+
# Ignore dependencies fetched by deps/v8/tools/node/fetch_deps.py
126+
/deps/.cipd
125127

126128
# === Global Rules ===
127129
# Keep last to avoid being excluded

0 commit comments

Comments
 (0)