add *.log to .gitignore

This commit is contained in:
staviq 2023-08-23 16:02:43 +02:00
parent 62de8a6224
commit 727af3ea16

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
*.so *.so
*.gguf *.gguf
*.bin *.bin
*.log
.DS_Store .DS_Store
.build/ .build/
.cache/ .cache/