Skip to content

Commit d1a2e53

Browse files
targosofrobots
authored andcommitted
gitignore: don't ignore debug source directory in V8
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]>
1 parent a441aa6 commit d1a2e53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ icu_config.gypi
2525
# various stuff that VC++ produces/uses
2626
Debug/
2727
!node_modules/debug/
28+
!deps/v8/src/debug/
2829
Release/
2930
!doc/blog/**
3031
*.sln

0 commit comments

Comments
 (0)