aboutsummaryrefslogtreecommitdiffstats
path: root/Node.gitignore
diff options
context:
space:
mode:
authorStuart P. Bentley <stuart@testtrack4.com>2014-01-07 01:49:40 -0800
committerStuart P. Bentley <stuart@testtrack4.com>2014-01-07 01:49:40 -0800
commitb0440f97cc6660181cb014f4c994a9868774106b (patch)
treefec08c4f77d41533359080d8ed49e99f5850f09e /Node.gitignore
parent935e9b456077ad38e681aac78bfbe4dfbc2c1c13 (diff)
downloadgitignore-b0440f97cc6660181cb014f4c994a9868774106b.tar.gz
gitignore-b0440f97cc6660181cb014f4c994a9868774106b.zip
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!
Diffstat (limited to 'Node.gitignore')
-rw-r--r--Node.gitignore3
1 files changed, 3 insertions, 0 deletions
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