Browse Source

add 'build' to Node.gitignore

This is to exclude compiled code from nodejs addons.
Reference: http://nodejs.org/api/addons.html
Ray Solomon 11 years ago
parent
commit
00686415c4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Node.gitignore

+ 1 - 0
Node.gitignore

@@ -10,5 +10,6 @@ lib-cov
 pids
 logs
 results
+build
 
 node_modules