Update makefile and gitignore
This commit is contained in:
parent
c1eaef329a
commit
6e302c6ee8
2 changed files with 4 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -14,7 +14,9 @@ __pycache__/
|
|||
# C extensions
|
||||
*.so
|
||||
*.dylib
|
||||
*.metal
|
||||
*.dll
|
||||
*.lib
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue