From 4a7a72fb328d997775ff936335e86a046964feee Mon Sep 17 00:00:00 2001 From: Steven Kabbes Date: Mon, 2 Dec 2013 20:15:10 -0800 Subject: [PATCH] build: ignore generated makefiles on android gyp currently doesn't support the --generator-output option for android, this is the best way to ignore generated files for projects using libuv as a dependency. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c8d93d8d..d11c90bb 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,9 @@ Makefile.in # Generated by dtrace(1) when doing an in-tree build. /include/uv-dtrace.h +# Generated by gyp for android +*.target.mk + /out/ /build/gyp