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.
This commit is contained in:
Steven Kabbes 2013-12-02 20:15:10 -08:00 committed by Fedor Indutny
parent b44edf313c
commit 4a7a72fb32

3
.gitignore vendored
View File

@ -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