Update .gitignore
This commit is contained in:
parent
2d4dcce55f
commit
e68db76b4b
3
.gitignore
vendored
3
.gitignore
vendored
@ -31,6 +31,7 @@ projects/
|
|||||||
bin/
|
bin/
|
||||||
.buckd/
|
.buckd/
|
||||||
buck-out/
|
buck-out/
|
||||||
|
build-*
|
||||||
|
|
||||||
# Other files
|
# Other files
|
||||||
.directory
|
.directory
|
||||||
@ -43,3 +44,5 @@ _zstdbench/
|
|||||||
googletest/
|
googletest/
|
||||||
*.d
|
*.d
|
||||||
*.vscode
|
*.vscode
|
||||||
|
compile_commands.json
|
||||||
|
.clangd
|
6
tests/fuzz/.gitignore
vendored
6
tests/fuzz/.gitignore
vendored
@ -2,7 +2,13 @@
|
|||||||
corpora
|
corpora
|
||||||
block_decompress
|
block_decompress
|
||||||
block_round_trip
|
block_round_trip
|
||||||
|
dictionary_decompress
|
||||||
|
dictionary_loader
|
||||||
|
dictionary_round_trip
|
||||||
|
simple_compress
|
||||||
simple_decompress
|
simple_decompress
|
||||||
simple_round_trip
|
simple_round_trip
|
||||||
stream_decompress
|
stream_decompress
|
||||||
stream_round_trip
|
stream_round_trip
|
||||||
|
zstd_frame_info
|
||||||
|
fuzz-*.log
|
Loading…
x
Reference in New Issue
Block a user