Update makefile and gitignore

This commit is contained in:
Andrei Betlen 2023-06-10 18:17:34 -04:00
parent c1eaef329a
commit 6e302c6ee8
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View file

@ -14,7 +14,9 @@ __pycache__/
# C extensions
*.so
*.dylib
*.metal
*.dll
*.lib
# Distribution / packaging
.Python

View file

@ -39,7 +39,9 @@ clean:
- rm -rf _skbuild
- rm llama_cpp/*.so
- rm llama_cpp/*.dylib
- rm llama_cpp/*.metal
- rm llama_cpp/*.dll
- rm llama_cpp/*.lib
.PHONY: \
update \