minor : fix .gitignore to not ignore examples

pull/260/head
Georgi Gerganov 1 year ago
parent fcf515de60
commit 054940e1f6
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

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…
Cancel
Save