Spaces:
Running
Running
minor : fix .gitignore to not ignore examples
Browse files- .gitignore +8 -5
.gitignore
CHANGED
|
@@ -11,11 +11,12 @@ build-release/
|
|
| 11 |
build-sanitize-addr/
|
| 12 |
build-sanitize-thread/
|
| 13 |
|
| 14 |
-
main
|
| 15 |
-
stream
|
| 16 |
-
command
|
| 17 |
-
talk
|
| 18 |
-
bench
|
|
|
|
| 19 |
sync.sh
|
| 20 |
libwhisper.so
|
| 21 |
compile_commands.json
|
|
@@ -24,3 +25,5 @@ examples/arm_neon.h
|
|
| 24 |
examples/whisper.objc/whisper.objc.xcodeproj/xcshareddata
|
| 25 |
examples/whisper.objc/whisper.objc.xcodeproj/xcuserdata/
|
| 26 |
examples/whisper.objc/whisper.objc.xcodeproj/project.xcworkspace/xcuserdata
|
|
|
|
|
|
|
|
|
| 11 |
build-sanitize-addr/
|
| 12 |
build-sanitize-thread/
|
| 13 |
|
| 14 |
+
/main
|
| 15 |
+
/stream
|
| 16 |
+
/command
|
| 17 |
+
/talk
|
| 18 |
+
/bench
|
| 19 |
+
|
| 20 |
sync.sh
|
| 21 |
libwhisper.so
|
| 22 |
compile_commands.json
|
|
|
|
| 25 |
examples/whisper.objc/whisper.objc.xcodeproj/xcshareddata
|
| 26 |
examples/whisper.objc/whisper.objc.xcodeproj/xcuserdata/
|
| 27 |
examples/whisper.objc/whisper.objc.xcodeproj/project.xcworkspace/xcuserdata
|
| 28 |
+
|
| 29 |
+
extra/bench-gg.txt
|