Skip to content

Commit 4559a70

Browse files
committed
Don't care about no longer included file
1 parent b8a5c85 commit 4559a70

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

bindings/ruby/Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ CLEAN.include SOURCES
2121
CLEAN.include FileList[
2222
"ext/*.o",
2323
"ext/*.metal",
24-
"ext/whisper.{so,bundle,dll}",
25-
"ext/depend"
24+
"ext/whisper.{so,bundle,dll}"
2625
]
2726

2827
task build: FileList[

bindings/ruby/ext/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Makefile
22
whisper.so
33
whisper.bundle
44
whisper.dll
5-
depend
65
scripts/get-flags.mk
76
*.o
87
*.c

0 commit comments

Comments
 (0)