Skip to content

Commit 08097cc

Browse files
fs-eiretargos
authored andcommitted
tools: ignore VS compiler output
Add gitignore rules to ignore compiler output under deps/v8/gypfiles. PR-URL: #20527 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 0824ea9 commit 08097cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ deps/uv/docs/src/guide/
123123
# do not override V8's .gitignore
124124
!deps/v8/**
125125
# ignore VS compiler output unhandled by V8's .gitignore
126+
deps/v8/gypfiles/Debug/
127+
deps/v8/gypfiles/Release/
126128
deps/v8/src/Debug/
127129
deps/v8/src/Release/
128130
deps/v8/src/inspector/Debug/

0 commit comments

Comments
 (0)