gitignore: don't ignore the debug npm module

On case insensitive platforms, the rule was catching the debug module
under npm and eslint.

See: https://github.com/nodejs/io.js/pull/1899#issuecomment-109475863
PR-URL: https://github.com/nodejs/io.js/pull/1908
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
This commit is contained in:
Kat Marchán 2015-06-05 15:57:07 -07:00 committed by Jeremiah Senkpiel
parent a5bd466440
commit 02c345020a

1
.gitignore vendored
View File

@ -22,6 +22,7 @@ icu_config.gypi
# various stuff that VC++ produces/uses # various stuff that VC++ produces/uses
Debug/ Debug/
!node_modules/debug/
Release/ Release/
!doc/blog/** !doc/blog/**
*.sln *.sln