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:
parent
b44edf313c
commit
4a7a72fb32
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user