From: Stuart P. Bentley Date: Tue, 7 Jan 2014 09:49:40 +0000 (-0800) Subject: Add build/Release to Node gitignore X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b0440f97cc6660181cb014f4c994a9868774106b;p=gitignore.git Add build/Release to Node gitignore This re-covers the http://nodejs.org/api/addons.html case for which the "build" directory was added in 00686415c4, but doesn't break cross-environment projects that use the build directory for including concatenated/minified source. Mazel tov! --- diff --git a/Node.gitignore b/Node.gitignore index 565755e9..f23872f6 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -23,6 +23,9 @@ lib-cov # Node-specific patterns +## Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + ## Dependency directory ## Deployed apps should consider commenting this line out: ## see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git