mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-16 22:08:07 +00:00
ruby : add .gitignore entries for ext directory (#3245)
This commit adds entries to `.gitignore` for directories in the `ext` directory. The motivation for this is that currently after building locally these following files are reported by git as untracked: ```console Untracked files: (use "git add <file>..." to include in what will be committed) ext/examples/ ext/ggml/ ext/include/ ext/scripts/ ext/src/ ```
This commit is contained in:
5
bindings/ruby/.gitignore
vendored
5
bindings/ruby/.gitignore
vendored
@ -1,3 +1,8 @@
|
||||
LICENSE
|
||||
pkg/
|
||||
lib/whisper.*
|
||||
ext/examples/
|
||||
ext/ggml/
|
||||
ext/include/
|
||||
ext/scripts/
|
||||
ext/src/
|
||||
|
Reference in New Issue
Block a user