Skip to content

Commit b620d3a

Browse files
committed
clean more aggressively
1 parent cf2cd8f commit b620d3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lifecycleScripts/clean.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ npm.load({
2222
"build/nodegit.target.mk",
2323
"build/vendor",
2424

25+
"build/Release/.deps",
2526
"build/Release/git2.a",
2627
"build/Release/http_parser.a",
2728
"build/Release/linker.lock",
@@ -30,6 +31,7 @@ npm.load({
3031
"build/Release/ssh2.a",
3132
"build/Release/zlib.a",
3233

34+
"build/Debug/.deps",
3335
"build/Debug/git2.a",
3436
"build/Debug/http_parser.a",
3537
"build/Debug/linker.lock",

0 commit comments

Comments
 (0)