]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update .gitignore 1901/head
authorNick Terrell <nickrterrell@gmail.com>
Thu, 21 Nov 2019 00:36:40 +0000 (16:36 -0800)
committerNick Terrell <nickrterrell@gmail.com>
Thu, 21 Nov 2019 00:36:40 +0000 (16:36 -0800)
.gitignore
tests/fuzz/.gitignore

index acd9552be0ec79ed4b5a600a8a5da8eb0d4e5d3c..6ad564304678571afa9dee32f44a1b3ecd77c52e 100644 (file)
@@ -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
index 9409cf83731519064261d1b57c0d5f6f36939b2a..e2563097e74910f148008f42ecd104e2778a9bfb 100644 (file)
@@ -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