mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
gitignore: don't ignore debug source directory in V8
On case-insensitive platforms, the Debug/ rule catches it. PR-URL: https://github.com/nodejs/node/pull/3351 Reviewed-By: indutny - Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
committed by
Ali Ijaz Sheikh
parent
a441aa6e1d
commit
d1a2e5357e
1
.gitignore
vendored
1
.gitignore
vendored
@@ -25,6 +25,7 @@ icu_config.gypi
|
||||
# various stuff that VC++ produces/uses
|
||||
Debug/
|
||||
!node_modules/debug/
|
||||
!deps/v8/src/debug/
|
||||
Release/
|
||||
!doc/blog/**
|
||||
*.sln
|
||||
|
||||
Reference in New Issue
Block a user