]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
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)
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

index 91368ec577b62d37f7ad11bc40f5d53e7b192cee..ade8dcc9601ebcec91aa086f5fe0037a8b9bd96e 100644 (file)
@@ -14,6 +14,7 @@
 
 build/
 build-*/
+build_*/
 
 # SPM
 .build/