summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSteven Kabbes <stevenkabbes@gmail.com>2013-12-02 20:59:34 -0800
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-12-06 16:48:45 -0800
commitf4f4a2b9f8f1a1e012e184c0265a577f180d789c (patch)
treeeac6d950301c5cb7cc2659644f874797ffb81362 /.gitignore
parentaef09601b4320648f4b6fac0baba3e5c54b0406a (diff)
downloadnode-new-f4f4a2b9f8f1a1e012e184c0265a577f180d789c.tar.gz
build: Ignore gyp-generated files on android
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 177514422a..e0f5151c75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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*