Skip to content

Commit 20d203a

Browse files
authored
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/ ```
1 parent ebbc874 commit 20d203a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bindings/ruby/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
LICENSE
22
pkg/
33
lib/whisper.*
4+
ext/examples/
5+
ext/ggml/
6+
ext/include/
7+
ext/scripts/
8+
ext/src/

0 commit comments

Comments
 (0)