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
|
*.o
|
||||||
*.a
|
*.a
|
||||||
*.so
|
*.so
|
||||||
|
*.bin
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.build/
|
.build/
|
||||||
.cache/
|
.cache/
|
||||||
|
@ -40,6 +41,8 @@ models-mnt
|
||||||
/embedding
|
/embedding
|
||||||
/train-text-from-scratch
|
/train-text-from-scratch
|
||||||
/convert-llama2c
|
/convert-llama2c
|
||||||
|
/my-tests
|
||||||
|
/convert-llama2c-to-ggml
|
||||||
/simple
|
/simple
|
||||||
/benchmark-matmult
|
/benchmark-matmult
|
||||||
/vdot
|
/vdot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue