updating gitignore to ignore additional binaries

This commit is contained in:
Aniket 2023-07-28 16:09:33 -04:00
parent af9caca434
commit 817cc20f4c

3
.gitignore vendored
View file

@ -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