Skip to content

Commit 08097cc

Browse files
fs-eiretargos
authored andcommittedMay 12, 2018
tools: ignore VS compiler output
Add gitignore rules to ignore compiler output under deps/v8/gypfiles. PR-URL: #20527 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 0824ea9 commit 08097cc

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
@@ -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)
Please sign in to comment.