Skip to content

Commit

Permalink
tools: ignore VS compiler output
Browse files Browse the repository at this point in the history
Add gitignore rules to ignore compiler output under deps/v8/gypfiles.

PR-URL: nodejs#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]>
  • Loading branch information
fs-eire authored and targos committed May 10, 2018
1 parent b267d2a commit 81b99da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 81b99da

Please sign in to comment.