em_inflate.c

Fast, small, in-memory inflate (zlib, deflate and gzip decompression)
git clone git://git.finwo.net/lib/em_inflate.c
Log | Files | Refs | README | LICENSE

commit 6a98df573729e87e1d7e8fe423afecf4d3dcd75c
parent 2c4488f0852805d3a8aed1d91bb64506f0526b24
Author: Yersa Nordman <finwo@pm.me>
Date:   Sun, 19 May 2024 23:30:47 +0200

gitignore more test files

Diffstat:
M.gitignore | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,3 +1,7 @@ /lib/ *.o /em_inflate +/.cache/ +/test +/test.gz +/compile_commands.json