From a24e8a17e5c72b1f81dc228197a8a414f6dd6fa0 Mon Sep 17 00:00:00 2001 From: Damon Kwok Date: Mon, 19 Nov 2018 18:00:48 +0800 Subject: [PATCH] gitignore: ignore build/ directory PR-URL: https://github.com/libuv/libuv/pull/2081 Reviewed-By: Ben Noordhuis Reviewed-By: Colin Ihrig --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7536abd5..c1329879 100644 --- a/.gitignore +++ b/.gitignore @@ -42,7 +42,7 @@ Makefile.in /android-toolchain /out/ -/build/gyp +/build/ /test/.libs/ /test/run-tests