Skip to content

Commit ec11320

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitignore

Lines 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)