From e68db76b4bb36106f866c6bd08f6e9a7f2deb884 Mon Sep 17 00:00:00 2001 From: Nick Terrell Date: Wed, 20 Nov 2019 16:36:40 -0800 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +++ tests/fuzz/.gitignore | 6 ++++++ 2 files changed, 9 insertions(+) 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 -- 2.47.2