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 *.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