]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper : add build_*/ to .gitignore [no ci] (#3157)
authorDaniel Bevenius <redacted>
Thu, 15 May 2025 12:28:10 +0000 (14:28 +0200)
committerGitHub <redacted>
Thu, 15 May 2025 12:28:10 +0000 (14:28 +0200)
commit20a20decd94badfd519a07ea91f0bba8b8fc4dea
treee73c10d65c8266ceeba441a66e3801c04f9b94e5
parentf389d7e3e56bbbfec49fd333551927a0fcbb7213
whisper : add build_*/ to .gitignore [no ci] (#3157)

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.
.gitignore