瀏覽代碼

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!
Stuart P. Bentley 11 年之前
父節點
當前提交
b0440f97cc
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Node.gitignore

+ 3 - 0
Node.gitignore

@@ -23,6 +23,9 @@ lib-cov
 
 
 # Node-specific patterns
 # Node-specific patterns
 
 
+## Compiled binary addons (http://nodejs.org/api/addons.html)
+build/Release
+
 ## Dependency directory
 ## Dependency directory
 ## Deployed apps should consider commenting this line out:
 ## Deployed apps should consider commenting this line out:
 ## see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
 ## see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git