Skip to content

Commit

Permalink
Exclude intermediate files from the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
akihikodaki committed Feb 21, 2023
1 parent 59f3ae9 commit b50fdc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cld3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "steep", [ ">= 1.0.0", "< 1.1.0" ]
gem.files = Dir[
"Gemfile", "LICENSE", "LICENSE_CLD3", "README.md",
"cld3.gemspec", "ext/**/*", "lib/**/*", "sig/**/*"
"cld3.gemspec", "ext/**/*.c", "ext/**/*.cc", "ext/**/*.h",
"lib/**/*.rb", "sig/**/*"
]
gem.require_paths = [ "lib" ]
gem.extensions = [ "ext/cld3/extconf.rb" ]
Expand Down

0 comments on commit b50fdc5

Please sign in to comment.