Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ec11320

Browse filesBrowse files
committed
fix: only ignore c extension files installed in-source, avoids removing ggml-metal.metal from sdist
1 parent 8ddf63b commit ec11320
Copy full SHA for ec11320

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎.gitignore

Copy file name to clipboardExpand all lines: .gitignore
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ __pycache__/
1313
*$py.class
1414

1515
# C extensions
16-
*.so
17-
*.dylib
18-
*.metal
19-
*.dll
20-
*.lib
16+
llama_cpp/*.so
17+
llama_cpp/*.dylib
18+
llama_cpp/*.metal
19+
llama_cpp/*.dll
20+
llama_cpp/*.lib
2121

2222
# Distribution / packaging
2323
.Python

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.