Skip to content

Commit

Permalink
build: Ignore gyp-generated files on android
Browse files Browse the repository at this point in the history
The android generator for gyp currently doesn't support
--generator-output - this makes embedding node.js as project dependency
difficult for android projects.

Note: the generated files in deps/uv should be ignored in libuv's
.gitignore
  • Loading branch information
skabbes authored and tjfontaine committed Dec 7, 2013
1 parent aef0960 commit f4f4a2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ deps/openssl/openssl.props
deps/openssl/openssl.targets
deps/openssl/openssl.xml

# generated by gyp on android
/*.target.mk
/*.host.mk
deps/openssl/openssl.target.mk
deps/zlib/zlib.target.mk

# build/release artifacts
/*.tar.gz
/SHASUMS*.txt*
Expand Down

0 comments on commit f4f4a2b

Please sign in to comment.