Skip to content

whisper : add build_*/ to .gitignore [no ci] #3157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2025

Conversation

danbev
Copy link
Member

@danbev danbev commented May 15, 2025

This commit add build_*/ to .gitignore to ignore all build directories that start with build_.

The motivation for this is that the Go bindings creates a directory named build_go, which is not ignored by the current .gitignore. I was not sure if changing this to build-go could effect exising users so I opted to update .gitignore instead.

This commit add `build_*/` to `.gitignore` to ignore all build
directories that start with `build_`.

The motivation for this is that the Go bindings creates a directory
named build_go, which is not ignored by the current .gitignore. I was
not sure if changing this to build-go could effect exising users so I
opted to update .gitignore instead.
@danbev danbev merged commit 20a20de into ggml-org:master May 15, 2025
@danbev danbev deleted the ignore-go-build-dir branch May 22, 2025 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants