8000 Update makefile and gitignore · mattdennewitz/llama-cpp-python@6e302c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e302c6

Browse files
committed
Update makefile and gitignore
1 parent c1eaef3 commit 6e302c6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ __pycache__/
1414
# C extensions
1515
*.so
1616
*.dylib
17+
*.metal
1718
*.dll
19+
*.lib
1820

1921
# Distribution / packaging
2022
.Python

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ clean:
3939
- rm -rf _skbuild
4040
- rm llama_cpp/*.so
4141
- rm llama_cpp/*.dylib
42+
- rm llama_cpp/*.metal
4243
- rm llama_cpp/*.dll
44+
- rm llama_cpp/*.lib
4345

4446
.PHONY: \
4547
update \

0 commit comments

Comments
 (0)
0