From 3ff90da4f02af47ea6d233fdd4445337ebe36452 Mon Sep 17 00:00:00 2001 From: vnugent Date: Sat, 30 Mar 2024 21:36:18 -0400 Subject: refactor: Updates, advanced tracing, http optimizations --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ff7e8e8..9e7b190 100644 --- a/.gitignore +++ b/.gitignore @@ -367,4 +367,5 @@ MigrationBackup/ /.editorconfig #allow mimalloc included win binaries -!lib/Utils.Memory/mimalloc/bin/mimalloc-* \ No newline at end of file +!lib/Utils.Memory/mimalloc/bin/mimalloc-* +lib/Net.Compression/vnlib_compress/third-party/* \ No newline at end of file -- cgit