mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-10-31 23:28:51 +01:00
52 lines
388 B
Plaintext
52 lines
388 B
Plaintext
|
# Prerequisites
|
||
|
*.d
|
||
|
|
||
|
# Compiled Object files
|
||
|
*.slo
|
||
|
*.lo
|
||
|
*.o
|
||
|
*.obj
|
||
|
|
||
|
# Precompiled Headers
|
||
|
*.gch
|
||
|
*.pch
|
||
|
|
||
|
# Compiled Dynamic libraries
|
||
|
*.so
|
||
|
*.dylib
|
||
|
*.dll
|
||
|
|
||
|
# Fortran module files
|
||
|
*.mod
|
||
|
*.smod
|
||
|
|
||
|
# Compiled Static libraries
|
||
|
*.lai
|
||
|
*.la
|
||
|
*.a
|
||
|
*.lib
|
||
|
|
||
|
# Executables
|
||
|
*.exe
|
||
|
*.out
|
||
|
*.app
|
||
|
|
||
|
*.gguf
|
||
|
|
||
|
*.log
|
||
|
.DS_Store
|
||
|
.build/
|
||
|
.cache/
|
||
|
.direnv/
|
||
|
.envrc
|
||
|
.swiftpm
|
||
|
.venv
|
||
|
.clang-tidy
|
||
|
.vs/
|
||
|
.vscode/
|
||
|
|
||
|
build*/
|
||
|
out/
|
||
|
tmp/
|
||
|
|