mirror of https://github.com/nodejs/node.git
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:
parent
b267d2aae6
commit
81b99da96e
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue