mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2026-08-05 17:40:51 -05:00
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/ ```
9 lines
86 B
Plaintext
9 lines
86 B
Plaintext
LICENSE
|
|
pkg/
|
|
lib/whisper.*
|
|
ext/examples/
|
|
ext/ggml/
|
|
ext/include/
|
|
ext/scripts/
|
|
ext/src/
|