fix: only ignore c extension files installed in-source, avoids removing ggml-metal.metal from sdist
This commit is contained in:
parent
8ddf63b9c7
commit
ec1132008e
1 changed files with 5 additions and 5 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -13,11 +13,11 @@ __pycache__/
|
|||
*$py.class
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
*.dylib
|
||||
*.metal
|
||||
*.dll
|
||||
*.lib
|
||||
llama_cpp/*.so
|
||||
llama_cpp/*.dylib
|
||||
llama_cpp/*.metal
|
||||
llama_cpp/*.dll
|
||||
llama_cpp/*.lib
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
|
|
Loading…
Reference in a new issue