mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
updated .gitignore for new cmake script
This commit is contained in:
parent
f643e050dc
commit
35fc66f257
2 changed files with 8 additions and 6 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -24,6 +24,12 @@ zstdmt
|
|||
tmp*
|
||||
dictionary*
|
||||
|
||||
# Build artefacts
|
||||
projects/
|
||||
bin/
|
||||
.buckd/
|
||||
buck-out/
|
||||
|
||||
# Other files
|
||||
.directory
|
||||
_codelite/
|
||||
|
|
@ -34,8 +40,3 @@ _zstdbench/
|
|||
.DS_Store
|
||||
googletest/
|
||||
*.d
|
||||
|
||||
# Directories
|
||||
bin/
|
||||
.buckd/
|
||||
buck-out/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue