diff options
author | Yann Collet <cyan@fb.com> | 2016-11-04 01:34:54 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2016-11-04 01:46:07 (GMT) |
commit | eda8c4eb1ced10c4f6f22bca88428ca9255f2bbe (patch) | |
tree | c88a6906de2131c3f927e2b1684f643f40a50fae /tests/.gitignore | |
parent | 4791cda04af2fdf19f1a1ea7c2d1187ad82cc547 (diff) | |
download | lz4-eda8c4eb1ced10c4f6f22bca88428ca9255f2bbe.zip lz4-eda8c4eb1ced10c4f6f22bca88428ca9255f2bbe.tar.gz lz4-eda8c4eb1ced10c4f6f22bca88428ca9255f2bbe.tar.bz2 |
fix #198 : no longer requires to restart streaming decompression from where it stopped.
It permits relocating remaining data into another memory space.
Still, the same content must be presented.
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..8861e67 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,9 @@ + +# test build artefacts +datagen +frametest +frametest32 +fullbench +fullbench32 +fuzzer +fuzzer32 |