Skip to content

Commit 0068641

Browse files
committed
add 'build' to Node.gitignore
This is to exclude compiled code from nodejs addons. Reference: http://nodejs.org/api/addons.html
1 parent 52ec582 commit 0068641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Node.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ lib-cov
1010
pids
1111
logs
1212
results
13+
build
1314

1415
node_modules

0 commit comments

Comments
 (0)