gitignore: don't ignore the debug npm module
authorKat Marchán <kzm@sykosomatic.org>
Fri, 5 Jun 2015 22:57:07 +0000 (15:57 -0700)
committerJeremiah Senkpiel <fishrock123@rocketmail.com>
Fri, 5 Jun 2015 23:47:51 +0000 (19:47 -0400)
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>
.gitignore

index ebb9a7b..1dc001f 100644 (file)
@@ -22,6 +22,7 @@ icu_config.gypi
 
 # various stuff that VC++ produces/uses
 Debug/
+!node_modules/debug/
 Release/
 !doc/blog/**
 *.sln