From 36d0dfc560046f8fefd8b7e962ae0e01dc03a90c Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 30 Mar 2011 13:59:11 +0300 Subject: Initial commit. This supports only decompression in streamed mode using LZMA2 and Delta filters. The integrity checks None, CRC32, CRC64, and SHA-256 are supported. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..762cfea --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +class +jar +bin +extdoc +doc +*.class +*.jar -- cgit v1.2.3