Skip to content

Commit

Permalink
chore: extended Stripper to include new bin file
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 8, 2025
1 parent 01bfd6b commit 7bb79dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tebako/stripper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ module Tebako
module Stripper
DELETE_EXTENSIONS = %w[o lo obj a la lib].freeze
BIN_FILES = %w[
bundle bundler rbs erb gem irb racc racc2y rake rdoc ri y2racc rdbg typeprof
bundle bundler rbs erb gem irb racc racc2y
rake rdoc ri y2racc rdbg syntax_suggest typeprof
].freeze
CMD_SUFFIX = ".cmd"
BAT_SUFFIX = ".bat"
Expand Down

0 comments on commit 7bb79dd

Please sign in to comment.