From f4cd7abdd38aa3d14dcce98cb92dc1054fe97503 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Mar 2021 12:58:34 +0200 Subject: Add support for compressing/decompressing fdstreams with LZ4 Importing LZ4 code from version 1.9.3. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 1631641..d01efdc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,3 +17,4 @@ # Use `binary` to make sure certain files are never auto-detected as text. # #*.png binary +*.lz4 binary -- cgit v1.1