Skip to content

Commit

Permalink
gitignore: don't ignore debug source directory in V8
Browse files Browse the repository at this point in the history
On case-insensitive platforms, the Debug/ rule catches it.

PR-URL: #3351
Reviewed-By: indutny - Fedor Indutny <[email protected]>
Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]>
  • Loading branch information
targos authored and ofrobots committed Oct 14, 2015
1 parent a441aa6 commit d1a2e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1a2e53

Please sign in to comment.