Skip to content

Commit 20a20de

Browse files
authored
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.
1 parent f389d7e commit 20a20de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
build/
1616
build-*/
17+
build_*/
1718

1819
# SPM
1920
.build/

0 commit comments

Comments
 (0)