Skip to content

Commit 521f93a

Browse files
committed
Exclude mailmap from packages [ci skip]
1 parent 0b409f1 commit 521f93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32-registry.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
spec.files = Dir.chdir(__dir__) do
1919
`git ls-files -z`.split("\x0").reject do |f|
2020
(File.expand_path(f) == __FILE__) ||
21-
f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile])
21+
f.start_with?(*%w[bin/ test/ spec/ features/ .git .github .mailmap appveyor Gemfile])
2222
end
2323
end
2424
spec.bindir = "exe"

0 commit comments

Comments
 (0)