From eb6e90397eff1083f0574b6cbd94eb9f42d2d239 Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Mon, 1 Jun 2015 14:45:21 +0000 Subject: Use the ijar ZIP implementation in Blaze instead of libarchive This ZIP implementation is lightweight and rely on zlib for compression. libarchive was a bit tricky to set-up so it's better to use that one. -- Change-Id: I607b492998572e834e095a4606eeb77c0b574542 Reviewed-on: https://bazel-review.googlesource.com/#/c/1410/ MOS_MIGRATED_REVID=94910072 --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cb7e702f5f..a9c1518458 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,6 @@ /.classpath /.factorypath /.idea/ -/fromhost/ /base_workspace/bazel-bin /base_workspace/bazel-genfiles /base_workspace/bazel-out -- cgit v1.2.3