From f0480c1f6da17ee953558b243190b535efe3f325 Mon Sep 17 00:00:00 2001 From: joshaber Date: Thu, 30 Jun 2016 21:12:47 -0400 Subject: [PATCH] Don't copy object files --- script/build | 1 + 1 file changed, 1 insertion(+) diff --git a/script/build b/script/build index 21f75d8c58..35ccdb0cf5 100755 --- a/script/build +++ b/script/build @@ -39,6 +39,7 @@ const options = { '/\\.git($|/)', '/node_modules/\\.bin($|/)', '/node_modules/nodegit/vendor/libgit2/tests($|/)', + '/node_modules/nodegit/build/Release/obj.target($|/)', '/node_modules/ohnogit/spec($|/)' ],