completed .gitignore

This commit is contained in:
Yann Collet 2016-06-10 14:44:16 +02:00
parent 5b119ae17f
commit 0974f681a4
2 changed files with 2 additions and 2 deletions

View 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

3
tests/.gitignore vendored
View File

@ -1,3 +1,4 @@
# Tmp test directory
zstdtest
speedTest
versionsTest