From: Nick Terrell Date: Thu, 21 Nov 2019 00:36:40 +0000 (-0800) Subject: Update .gitignore X-Git-Tag: v1.4.5^2~149^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e68db76b4bb36106f866c6bd08f6e9a7f2deb884;p=thirdparty%2Fzstd.git Update .gitignore --- diff --git a/.gitignore b/.gitignore index acd9552be..6ad564304 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ projects/ bin/ .buckd/ buck-out/ +build-* # Other files .directory @@ -43,3 +44,5 @@ _zstdbench/ googletest/ *.d *.vscode +compile_commands.json +.clangd \ No newline at end of file diff --git a/tests/fuzz/.gitignore b/tests/fuzz/.gitignore index 9409cf837..e2563097e 100644 --- a/tests/fuzz/.gitignore +++ b/tests/fuzz/.gitignore @@ -2,7 +2,13 @@ corpora block_decompress block_round_trip +dictionary_decompress +dictionary_loader +dictionary_round_trip +simple_compress simple_decompress simple_round_trip stream_decompress stream_round_trip +zstd_frame_info +fuzz-*.log \ No newline at end of file