Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 08097cc

Browse filesBrowse 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
Copy full SHA for 08097cc

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Collapse file

‎.gitignore‎

Copy file name to clipboardExpand all lines: .gitignore
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.