Skip to content

Commit d6ac684

Browse files
committed
Exclude sig/non-gemify/ dir
1 parent 3ad7855 commit d6ac684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_gem/go_gem.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
spec.files = IO.popen(%w[git ls-files -z], chdir: __dir__, err: IO::NULL) do |ls|
2727
ls.readlines("\x0", chomp: true).reject do |f|
2828
(f == gemspec) ||
29-
f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile])
29+
f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile sig/non-gemify/])
3030
end
3131
end
3232
spec.bindir = "exe"

0 commit comments

Comments
 (0)