Просмотр исходного кода

add 'build' to Node.gitignore

This is to exclude compiled code from nodejs addons.
Reference: http://nodejs.org/api/addons.html
Ray Solomon 11 лет назад
Родитель
Сommit
00686415c4
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Node.gitignore

+ 1 - 0
Node.gitignore

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