Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaƫl Zasso <mic.besace@gmail.com>2015-10-05 17:40:23 +0300
committerAli Ijaz Sheikh <ofrobots@google.com>2015-10-14 21:20:33 +0300
commitd1a2e5357ef0357cec9b516fa9ac78cc38a984aa (patch)
tree3f3d1152667a63a5ae1dc705783bfc32d759664e /.gitignore
parenta441aa6e1d625d6722f641274e2ea74cdf9688d2 (diff)
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a3e3a28b07d..18240c442e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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