mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-18 20:27:53 +00:00
minor : fix .gitignore to not ignore examples
This commit is contained in:
parent
fcf515de60
commit
054940e1f6
13
.gitignore
vendored
13
.gitignore
vendored
@ -11,11 +11,12 @@ build-release/
|
||||
build-sanitize-addr/
|
||||
build-sanitize-thread/
|
||||
|
||||
main
|
||||
stream
|
||||
command
|
||||
talk
|
||||
bench
|
||||
/main
|
||||
/stream
|
||||
/command
|
||||
/talk
|
||||
/bench
|
||||
|
||||
sync.sh
|
||||
libwhisper.so
|
||||
compile_commands.json
|
||||
@ -24,3 +25,5 @@ examples/arm_neon.h
|
||||
examples/whisper.objc/whisper.objc.xcodeproj/xcshareddata
|
||||
examples/whisper.objc/whisper.objc.xcodeproj/xcuserdata/
|
||||
examples/whisper.objc/whisper.objc.xcodeproj/project.xcworkspace/xcuserdata
|
||||
|
||||
extra/bench-gg.txt
|
||||
|
Loading…
Reference in New Issue
Block a user