danbev commited on
Commit
1374002
·
unverified ·
1 Parent(s): 2d83266

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

Browse files

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.

Files changed (1) hide show
  1. .gitignore +1 -0
.gitignore CHANGED
@@ -14,6 +14,7 @@
14
 
15
  build/
16
  build-*/
 
17
 
18
  # SPM
19
  .build/
 
14
 
15
  build/
16
  build-*/
17
+ build_*/
18
 
19
  # SPM
20
  .build/