mirror of
https://github.com/Mintplex-Labs/whisper.cpp.git
synced 2026-08-25 12:39:55 -04:00
20d203aacf
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/ ```