]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
completed `.gitignore`
authorYann Collet <yann.collet.73@gmail.com>
Fri, 10 Jun 2016 12:44:16 +0000 (14:44 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Fri, 10 Jun 2016 12:44:16 +0000 (14:44 +0200)
lib/common/zstd_internal.h
tests/.gitignore

index 6dea0f51b7ff524d6934568e6685591ed34afa56..ee191f35e4ed7e4b66a7e2235f8fd1eac44e647d 100644 (file)
@@ -93,7 +93,6 @@ typedef enum { bt_compressed, bt_raw, bt_rle, bt_end } blockType_t;
 #define MIN_CBLOCK_SIZE (1 /*litCSize*/ + 1 /* RLE or RAW */ + MIN_SEQUENCES_SIZE /* nbSeq==0 */)   /* for a non-null block */
 
 #define HufLog 12
-
 typedef enum { lbt_huffman, lbt_repeat, lbt_raw, lbt_rle } litBlockType_t;
 
 #define LONGNBSEQ 0x7F00
index bdb2cbdff45976c863e0abbfff6f3e442ab219c7..4d14ba0f137771c58c66049b7a899f41d4963ab1 100644 (file)
@@ -1,3 +1,4 @@
 # Tmp test directory
 zstdtest
-
+speedTest
+versionsTest