]> source.dussan.org Git - gitignore.git/commitdiff
Add build/Release to Node gitignore
authorStuart P. Bentley <stuart@testtrack4.com>
Tue, 7 Jan 2014 09:49:40 +0000 (01:49 -0800)
committerStuart P. Bentley <stuart@testtrack4.com>
Tue, 7 Jan 2014 09:49:40 +0000 (01:49 -0800)
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!

Node.gitignore

index 565755e9ffdd3dcb1310d0d0a391a6f08f08af04..f23872f669cef5c3472d4df6bc98f4ec738c7fdf 100644 (file)
@@ -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