mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 23:29:44 +00:00
gitignore : add several entries specific to Visual Studio (#1888)
This commit is contained in:
parent
a09f9195be
commit
602c748863
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -22,6 +22,7 @@ build-metal/
|
||||||
build-no-accel/
|
build-no-accel/
|
||||||
build-sanitize-addr/
|
build-sanitize-addr/
|
||||||
build-sanitize-thread/
|
build-sanitize-thread/
|
||||||
|
out/
|
||||||
|
|
||||||
models/*
|
models/*
|
||||||
*.bin
|
*.bin
|
||||||
|
@ -41,6 +42,7 @@ models/*
|
||||||
build-info.h
|
build-info.h
|
||||||
arm_neon.h
|
arm_neon.h
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
CMakeSettings.json
|
||||||
|
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue