summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJohan Bergström <bugs@bergstroem.nu>2015-01-13 12:51:34 +1100
committerRod Vagg <rod@vagg.org>2015-01-13 14:04:17 +1100
commit17217c37251dd6d3de1fb93bc0b257b9dd2cb425 (patch)
treed29c4e4f4e12270ececf6b0c6f45300593f7e91b /.gitignore
parent7861ff47285084604963a9f269b6062a23acd8a2 (diff)
downloadandroid-node-v8-17217c37251dd6d3de1fb93bc0b257b9dd2cb425.tar.gz
android-node-v8-17217c37251dd6d3de1fb93bc0b257b9dd2cb425.tar.bz2
android-node-v8-17217c37251dd6d3de1fb93bc0b257b9dd2cb425.zip
build: create smaller build artifacts
check if xz exists on the host system and use if available, which makes xz-tarballs available for distribution. also remove deps/zlib/contrib since it's not in use -- shaves additional size from the tarballs. also, slightly modify the .gitignore file to ignore these new archives. PR-URL: https://github.com/iojs/io.js/pull/319 Reviewed-By: Rod Vagg <rod@vagg.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index aa80271d2b..b6b7be7b96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,7 +66,7 @@ deps/openssl/openssl.target.mk
deps/zlib/zlib.target.mk
# build/release artifacts
-/*.tar.gz
+/*.tar.*
/SHASUMS*.txt*
/tools/wrk/wrk