updating gitignore to ignore additional binaries
This commit is contained in:
parent
af9caca434
commit
817cc20f4c
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
*.o
|
||||
*.a
|
||||
*.so
|
||||
*.bin
|
||||
.DS_Store
|
||||
.build/
|
||||
.cache/
|
||||
|
@ -40,6 +41,8 @@ models-mnt
|
|||
/embedding
|
||||
/train-text-from-scratch
|
||||
/convert-llama2c
|
||||
/my-tests
|
||||
/convert-llama2c-to-ggml
|
||||
/simple
|
||||
/benchmark-matmult
|
||||
/vdot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue