mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: ignore VS compiler output
Add gitignore rules to ignore compiler output under deps/v8/gypfiles. PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
committed by
Michaël Zasso
parent
b267d2aae6
commit
81b99da96e
2
.gitignore
vendored
2
.gitignore
vendored
@@ -123,6 +123,8 @@ deps/uv/docs/src/guide/
|
||||
# do not override V8's .gitignore
|
||||
!deps/v8/**
|
||||
# ignore VS compiler output unhandled by V8's .gitignore
|
||||
deps/v8/gypfiles/Debug/
|
||||
deps/v8/gypfiles/Release/
|
||||
deps/v8/src/Debug/
|
||||
deps/v8/src/Release/
|
||||
deps/v8/src/inspector/Debug/
|
||||
|
||||
Reference in New Issue
Block a user